Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将愉快地从 TFS 切换到 git。我不能丢失签到历史记录或我的分支机构。通过将每次签入转换为 git 提交并保留所有分支,将我的 TFS 存储库转换为 git 存储库的最痛苦的方法是什么?
您可以尝试使用TFS2GitPowershell 脚本。Git-TF您还可以尝试一个很棒的扩展:
TFS2Git
Git-TF
git tf clone http://myserver:8080/tfs/mycollection $/TeamProjectA/Main
这将在克隆时有效地保留所有源存储库提交历史记录。