Git命令remote 得添加,一览,指定的remote,push代码

版权声明:一起学习,一起进步 https://blog.csdn.net/qq_15623599/article/details/84346243


git命令 
1.添加remote  git remote add 別名 URL
    C:\vcrm-android>git remote add bitbucket [email protected]:xxxxx_txxxxce/xxxx_android.git
2.显示当前项目得remote
    C:\vcrm-android>git remote -v
3.指定remote PUSH代码
    C:\vcrm-android>git push -u bitbucket master

猜你喜欢

转载自blog.csdn.net/qq_15623599/article/details/84346243