如何将我的 Android 应用程序与 git 连接起来。我是 git 新手请帮助我
请告诉我如何将 Android 应用程序添加到 git 并在 git 上工作,例如版本控制等。拉和推等有什么用
please tell me how can I add an android application to git and work on git like version control etc. And what is the use of pull and push etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
推送术语是指将本地存储库内容上传到中央存储库。这是将提交从本地存储库转移到中央存储库的行为。
Git pull 命令用于从远程存储库获取和下载内容并立即更新到本地存储库。
请浏览链接 1 它可能对你的 Git 有帮助学习。
Push term refers to upload local repository content to a central repository. It is an act of transfer commits from your local repo to central repo.
Git pull command is used to fetch and download content from a remote repository and immediately update in local repository.
Please gothrough the link 1 It may helpful to you for Git learning.