如何只克隆git仓库中的一个分支?

git clone -b <remote_repo> 例如: git clone -b 指定的分支名字

原文地址:https://www.cnblogs.com/qqshsh/p/4310904.html