从 Visual Studio 2013 解决方案中删除 Git 绑定?
我在 Visual Studio 2013 中添加了一个新的 TFS 解决方案,我选择了 Git 而不是 TFS.
I was adding a new Solution to TFS in Visual Studio 2013, and I selected Git as opposed to TFS.
我想删除 Git 绑定,并添加 TFS.
I want to remove the Git binding, and add TFS.
我知道您可以从 文件 -> 源代码控制 中删除 TFS 绑定,但这在这里似乎不是一个选项.
I know you can remove TFS binding from File -> Source Control, but this doesn't seem to be an option here.
如何从 Visual Studio 解决方案中删除 Git 绑定并添加 TFS?
How can I remove Git binding from a Visual Studio solution, and add TFS?
谢谢
我不相信 Visual Studio 会为 git 集成添加任何特别的东西.它只是在解决方案文件夹中查找 .git 目录的存在.删除该文件夹,可能隐藏,Visual Studio 将不再将其视为 git 项目.
I don't believe Visual Studio adds anything special for git integration. It just looks for the presence of the .git directory in the solution folder. Delete that folder, possibly hidden, and Visual Studio will no longer consider it a git project.