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

667 查看

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