标签:get 提交 push bsp 远程 lan repo xxx remote
1. git init
2. git add .
3. git commit -am "###" -------以上3步只是本地提交
4.git remote add origin git@xx.xx.xx.xx:repos/xxx/xxx/xxx.git
5.git push origin 本地分支:远程分支
标签:get 提交 push bsp 远程 lan repo xxx remote
原文地址:http://www.cnblogs.com/mengff/p/6718970.html