android 使用 git 进行版本控制
Posted ramlife
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android 使用 git 进行版本控制相关的知识,希望对你有一定的参考价值。
- 远程建立仓库
- vcs --> import into version control --> create git respository
- 选中整个工程(project 页面) vcs --> git -> add
- vcs --> git --> remote 配置远程仓库
- vcs --> update project --> merge --> ok
- vcs --> git --> commit
- 在项目目录下打开 git bash,输入 git pull origin master –allow-unrelated-histories
- vcs --> git --> push
参考: https://www.jianshu.com/p/059ed1e01229
https://blog.csdn.net/qq_30389893/article/details/90600250
以上是关于android 使用 git 进行版本控制的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio版本控制之Git篇(服务器gitblit)