git 从远程仓库指定分支克隆代码到本地

指定分支

git clone -b + 要clone的分支名 + 仓库地址

不指定分支

git clone + clone 地址 (默认考虑master主干代码)

原文地址:https://www.cnblogs.com/xxflz/p/13331130.html