标签:git
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 分支的代码
原文地址:http://blog.51cto.com/hsuing/2107722