码迷,mamicode.com
首页 > 其他好文 > 详细

git branch

时间:2018-08-06 22:40:51      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:命令   .com   tps   color   origin   pre   nbsp   branch   https   

https://git-scm.com/docs/git-branch

 

git branch命令的-r选项,可以用来查看远程分支,-a选项查看所有分支。

$ git branch -r
origin/master

$ git branch -a
* master
  remotes/origin/master

上面命令表示,本地主机的当前分支是master,远程分支是origin/master

git branch

标签:命令   .com   tps   color   origin   pre   nbsp   branch   https   

原文地址:https://www.cnblogs.com/654321cc/p/9433840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!