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刪除。