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

Git 如何 clone 非 master 分支的代码

时间:2018-04-25 15:54:38      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:git

1,以前都是这样

git clone git@gitlab.xxx.com:xxxxx.git

技术分享图片

2,查看分支

#查看远程分支
git branch -r 
或
#查看所有分支
git branch -a

3,切换分支

git checkout origin/daily/1.4.1


Git 如何 clone 非 master 分支的代码

标签:git

原文地址:http://blog.51cto.com/hsuing/2107722

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