git clone(克隆)仓库指定分支的代码

命令:

git clone --single-branch --branch <分支名> <远程仓库地址>

你可能感兴趣的:(git,github,gitlab)