从git repo克隆单个分支



我已经多次尝试从我的组织提供的git repo克隆单个分支。我尝试过git-bash,乌龟,但每次我尝试克隆一个分支时,它都会开始克隆整个repo。有什么特别的解决方案吗?

您可以使用此命令来解决问题。git clone --single-branch --branch <branchname> <remote-repo>

相关内容

  • 没有找到相关文章

最新更新