简体   繁体   English

如何在 TFS 上移植 git 更改?

[英]How do I port git changes on TFS?

We have outsourced some work on our ASP.NET MVC website.我们已经外包了我们 ASP.NET MVC 网站上的一些工作。 The outsourcing company copied the source code on BitBucket and worked with this version control system.外包公司复制了BitBucket上的源代码,并使用了这个版本控制系统。

Now we need to port these changes on a TFS -controlled VStudio solution.现在我们需要将这些更改移植到TFS控制的 VStudio 解决方案上。 What can I do?我能做什么?

I've cloned my git repository inside VStudio 2019 but I don't what to do next.我已经在 VStudio 2019 中克隆了我的git存储库,但我不知道下一步该做什么。

在此处输入图片说明

  1. If you want to import your repo into Team Foundation Version Control, you can try to use git-tf tool.如果您想将您的 repo 导入 Team Foundation Version Control,您可以尝试使用 git-tf 工具。 Here you can find the answer: Convert Git repository to TFVC version control在这里你可以找到答案: Convert Git repository to TFVC version control
  2. If you want to import into GIT repo on TFS, you can follow this instruction: Manually import a repo .如果要导入到 TFS 上的 GIT 存储库,可以按照以下说明操作: 手动导入存储库 Or update to the latest TFS (now Azure DevOps) version and use the wizard: Import into a new repo或者更新到最新的 TFS(现在是 Azure DevOps)版本并使用向导: 导入到新的存储库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM