git branch用法总结
摘要:
Git branch git branch 不带参数:列出本地已经存在的分支,并且在当前分支的前面加“*”号标记,例如: #git branch* master newbranch git branch -r 列出远程分支,例如: #git branch -r m/master -> origin_ 阅读全文
posted @ 2017-07-13 15:49
CNundefined
阅读(453)
评论(0)
推荐(0)
浙公网安备 33010602011771号