git克隆指定分支到指定文件夹(仓库不存在,自动创建)

git clone url -b 分支名字 folder_name

原文地址:https://www.cnblogs.com/zhangyuanbo/p/12424912.html