clone 某个分支:
git clone -b dev5 https://git.coding.net/xxxxxxx/tradepc.git tradepc_zzgdapp
clone 所有分支:
git clone https://git.coding.net/xxxxxxxx/tradepc.git tradepc_zzgdapp
git branch -r
git checkout dev5 //切换到需要的分支
clone 某个分支:
git clone -b dev5 https://git.coding.net/xxxxxxx/tradepc.git tradepc_zzgdapp
clone 所有分支:
git clone https://git.coding.net/xxxxxxxx/tradepc.git tradepc_zzgdapp
git branch -r
git checkout dev5 //切换到需要的分支
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。