码迷,mamicode.com
首页 > 移动开发 > 详细

android 使用 git 进行版本控制

时间:2020-02-25 19:38:26      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:upd   import   merge   git   选中   article   git bash   版本控制   master   

  1. 远程建立仓库
  2. vcs --> import into version control --> create git respository
  3. 选中整个工程(project 页面) vcs --> git -> add
  4. vcs --> git --> remote 配置远程仓库
  5. vcs --> update project --> merge --> ok
  6. vcs --> git --> commit
  7. 在项目目录下打开 git bash,输入 git pull origin master –allow-unrelated-histories
  8. vcs --> git --> push

参考: https://www.jianshu.com/p/059ed1e01229
https://blog.csdn.net/qq_30389893/article/details/90600250

android 使用 git 进行版本控制

标签:upd   import   merge   git   选中   article   git bash   版本控制   master   

原文地址:https://www.cnblogs.com/ramlife/p/12363307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!