git clone 某个分支或者所有分支
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 //切换到需要的分支