如何更改Team Foundation Server 2018中的控件源

时间:2018-05-17 08:16:48

标签: windows git tfs

您能否告诉我,如何在Git上使用TFS更改一个项目中的控制源?感谢。

2 个答案:

答案 0 :(得分:0)

你可以做下一个:

  1. Import repositories from TFVC to Git
  2. OR

    1. 创建git存储库Create a new Git repo in your project
    2. 克隆您的git repository Clone an existing Git repo
    3. 复制并过去你VS soulution到新的位置
    4. 取消绑定现有的源代码管理How to Completely Remove TFS Source Control Bindings
    5. 检查VS选项上的当前源代码管理提供程序: enter image description here
    6. 使用您的解决方案Get Started with Git and VSTS

答案 1 :(得分:0)

如果您的意思是将TFVC迁移或转换为Git,则可以使用工具git-tfs。它是TFS(Team Foundation Server)和git之间的双向桥梁,类似于git-svn。它将TFS提交提取到git存储库中,并允许您将更新推送回TFS。

然而,最简单的方法是在TFS 2018中importing repositories from TFVC to Git