1.正常的拉取代码就是
git clone +
2.拉取指定分支代码:
比如我的仓库地址是git@git.labs.zhonghao.com:services/xxx.git,分支是hzh-v1
则拉取该分支下代码的方式就是:
git clone -b hzh git@git.labs.zhonghao.com:services/xxx.git原文链接:https://blog.csdn.net/Fighting_Boss/article/details/81179225