git 查看远程分支

git   branch  -a

git从远程clone下来多分支的code,需要通过以上命令查看远程有哪些分支,然后:是

 

git checkout   xxxx

 

xxx 是从远程看到的想到切换过去的分支

posted @ 2017-07-28 13:51  Kconfig  阅读(589)  评论(0)    收藏  举报