在Visual Studio中显示当前的GIT分支?

时间:2014-01-15 13:23:17

标签: git visual-studio-2013

使用GIT(在TFS中)在错误的分支中工作非常烦人。有没有办法配置Visual Studio以清楚地显示当前活动的分支?就像把它放在标题栏中一样?

如果什么都不存在,也许有可能破解http://erwinmayer.com/labs/visual-studio-2010-extension-rename-visual-studio-window-title/(源代码http://vswindowtitle.codeplex.com/)任何人都知道在VS中获取当前项目的当前GIT分支的代码吗?

3 个答案:

答案 0 :(得分:8)

ShowMyGitBranch是一个轻量级,直接的解决方案。无需配置。

当我开发这个扩展时,我不知道VSCommands有一个解决方案,所以我用这个非常简单的目标来做到这一点。

答案 1 :(得分:7)

Git Source Control Provider在Pending Changes工具窗口中显示分支名称 VSCommands extension将分支名称添加到VS2013标题中 enter image description here

答案 2 :(得分:3)

安装Rename Visual Studio Window扩展程序。

转到"First" - > Tools - > Options - > Rename VS Window Title - > Global rules, Under Patterns  在Solution模式下,将xxx添加到路径中。

示例:[gitBranchName]