git命令行获取某分支代码

参考https://www.cnblogs.com/nylcy/p/6569284.html

git clone -b branch1 http://xxx.xx.xxx...

git clone -b *分支* *地址*

原文地址:https://www.cnblogs.com/white-knight/p/10401326.html