标签: git git-branch git-bash tortoisegit git-clone
我已经尝试过几次从我的组织提供的git repo克隆单个分支。 我尝试使用git bash,乌龟,但每次尝试克隆单个分支时,它都会开始克隆整个存储库。有什么特别的解决方案吗?
答案 0 :(得分:0)
您可以使用此命令解决问题。 git clone --single-branch --branch <branchname> <remote-repo>
git clone --single-branch --branch <branchname> <remote-repo>