本文介绍了可以使用git项目并查看VS2013中的TFS工作项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我已经升级到VS2013,希望能够进行所有的开发。但有一件事让我非常讨厌它。我的团队使用TFS,并且我更喜欢git,因此我使用git-tfs来桥接源代码控制的两个。我们使用TFS工作项目来跟踪错误和故事等。如果重要的话,我更喜欢GitExtensions来支持VS2013的内置git支持。



无论如何,当我在git-tfs资源库下打开一个解决方案时,VS2013只会帮助我在Team Explorer选项卡中显示git选项。所以,当我想要进入TFS工作项目查询时,我必须执行Connect Team Project> FooProject,或者在这一点上做一些这样的VS2013,非常有帮助将关闭我的开放解决方案。所以,基本上我无法查看工作项目,并同时在VS2013中打开解决方案。这似乎是一个严重的设计疏忽。



有没有办法在VS2013的实例中查看工作项查询,并打开git项目和/或是否可以禁用Visual Studio 2013完全支持git,因为我更喜欢GitExtensions?

解决方案

正如前面所说。注册表。我强烈建议在删除它们之前导出这些密钥,以防将来恢复它们。


So I've upgraded to VS2013, hopefully for all development. One thing really irks me about it though. My team uses TFS, and I prefer git, so I use git-tfs to bridge the two for source control. We use TFS work items for tracking of bugs and stories and such. I prefer GitExtensions to the built-in git support of VS2013 as well, if it matters.

Anyway, When I have a solution open that's under a git-tfs repository, VS2013 will helpfully only show me options for git under the Team Explorer tab. So, when I want to go to a TFS work item query, I have to do Connect Team Project > FooProject, or some such.. VS2013 at this point, very helpfully will close my open solutiopn. So, basically I can't view work items and have a solution open in VS2013 at the same time. This seems like a gross design oversight.

Is there anyway to view work item queries within an instance of VS2013 with a git project open and/or is it possible to just disable Visual Studio 2013's git support altogether, since I prefer GitExtensions anyway?

解决方案

As already said here that's not possible :( I have warned Microsoft about that and that's on their todo list. But when will it be done? We don't know...

For the moment I think that you should use the Web portal...

edit: someone find a way to remove the VS Git plugin. He delete keys in the registry. I highly advice to export theses keys before deleting them in the case you want to restore them in the future!

这篇关于可以使用git项目并查看VS2013中的TFS工作项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 06:35