git clone --depth=1之后拉取其他分支

$ git remote set-branches origin remote_branch_name

$ git fetch--depth1origin remote_branch_name

$ git checkout remote_branch_name

你可能感兴趣的:(git clone --depth=1之后拉取其他分支)