1、在项目文件下打开gitbash
2.git init
3.git remote add origin + git.oschina的地址
4. git add .
5.git commit -am ‘‘
6.git push
7.git merge origin master
8.git tag tag-dev-initial
9.git push origin master
标签:gpo gitbash git add origin china class git merge 地址 rem
1、在项目文件下打开gitbash
2.git init
3.git remote add origin + git.oschina的地址
4. git add .
5.git commit -am ‘‘
6.git push
7.git merge origin master
8.git tag tag-dev-initial
9.git push origin master
标签:gpo gitbash git add origin china class git merge 地址 rem
原文地址:https://www.cnblogs.com/wanglinyu/p/8398403.html