gpt4 book ai didi

visual-studio-2017 - 我可以在 Visual Studio 中克隆单个 git 分支吗?

转载 作者:行者123 更新时间:2023-12-02 16:58:15 24 4
gpt4 key购买 nike

我有一个需要很长时间才能克隆的 TFS git 存储库。有没有办法在 Visual Studio 中只克隆一个分支?

最佳答案

如果您使用的是 Git CLI,则应使用(在 CMD 或 PowerShell 实例或您喜欢的任何其他类似终端的客户端中):

git clone -b branch_name --single-branch 'repo_url'

  • branch_name:是你的分支的名字。
  • repo_url 是您的远程存储库的链接。

这将从您的远程存储库导入一个特定的分支。

据此,您需要知道 Visual Studio 只是读取您的 .git(以及其他 Git 依赖项,如 gitignore、gitmodules 等)配置。

注意事项:

这只适用于 git 1.7.10 及以上版本。

引用资料:

关于visual-studio-2017 - 我可以在 Visual Studio 中克隆单个 git 分支吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55415995/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com