git克隆某一个branch

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

原文地址:https://www.cnblogs.com/larrylawrence/p/5556565.html