跳转至

git clone特定分支

如果远程文件比较大,分支多的时候,只下载特定分支

Bash
git clone repo -b branch_name --depth=1