Git branch not showing in Visual Studio Team Explorer

If you are having trouble to see the newly created (remote) git branches in the Visual Studio Team Explorer, try the workaround provided in this article.

commit 2d7e528 · authored · 1 min read

Git branch not showing in Visual Studio Team Explorer

In our company, all the projects source code is under source control, which is Visual Studio Online (VSO). And most of them are using GIT as the version control (VSO supports Git as well as TFS).

Last year I initiated to follow Git Flow method as the branching model for the new projects and it’s going well. Colleagues are getting used to it.

Recently when I created a feature branch in the VSO online interface, I checked the Visual Studio manage branches window in the Team Explorer to checkout the new branch but couldn’t find it there under Remote Branch. The refresh button on the top of Team Explorer had no effect on the branches.

Workaround

Until visual studio provides a better solution, you can use the SYNC option in the Team Explorer, which will also fetch the new branch list.

Useful

If you want to know more about Git Flow, read this post.

local graph · open full graph

"Git branch not showing in Visual Studio Team Explorer" is connected to the topics Git, Visual Studio, IDE and related to 7 other entries. Best Visual Studio Extensions Best Visual Studio Extensio… The Best Extensions for Visual Studio 2010 The Best Extensions for Vis… Best Font for Visual Studio Best Font for Visual Studio Visual Studio keeps crashing - First Aid Visual Studio keeps crashin… NDepend - The Best-in-class Static Code Analyzer for Dotnet NDepend - The Best-in-class… Best Visual Studio Code Extensions Best Visual Studio Code Ext… Delete All Local/Remote Git Tags Delete All Local/Remote Git… Git #git Visual Studio #visual-studio IDE #ide Git branch not showing in Visual …

comments

loading discussion…