git clone 某一分支
2020-05-26 本文已影响0人
东京的雨不会淋湿首尔
git clone -b mybranch --single-branch git://sub.domain.com/repo.git
比如:git clone -b dev --single-branch https://github.com/xxxx
git clone -b mybranch --single-branch git://sub.domain.com/repo.git
比如:git clone -b dev --single-branch https://github.com/xxxx