摘要: git branchgit branch不带参数:列出本地已经存在的分支,并且在当前分支的前面加“*”号标记,例如: #git branch* masternewbranchgit branch -r列出远程分支,例如: #git branch -r m/master -> origin_apps/... 阅读全文
posted @ 2016-01-12 16:58 沙耶 阅读(2670) 评论(0) 推荐(0)