1,之前都是這樣git
git clone git@gitlab.xxx.com:xxxxx.git
2,查看分支bash
#查看遠程分支 git branch -r 或 #查看全部分支 git branch -a
3,切換分支ide
git checkout origin/daily/1.4.1