标签:style color os sp on c line r bs
创建远程分支: 增加本地分支,push到远程即可
删除远程分支: git push origin --delete aa
查看远程分支: git branch -r
查看所有分支: git branch -a
别人新建的分支有可能看不见:
git fetch origin //这条命令可以刷新远程分支
标签:style color os sp on c line r bs
原文地址:http://www.cnblogs.com/vagrantatbeijing/p/3991382.html