Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 git show all branches

Is there any way to make the Visual Studio 2015 history window display all branches?

By default it displays the branches like this:

enter image description here

I want it to display like this:

enter image description here

Notice how the image above displays my latest commit on dev/test2 even though I didn't merge it into master

My current Source Control plug-in is set to Git.

like image 374
Bruno Klein Avatar asked Jun 26 '16 13:06

Bruno Klein


1 Answers

As you have experienced, Visual Studio is showing the history for the currently checked out branch, afaik that is by design, to prevent it working through too many commits. It only show earlier branches if they are merged back into the currently checked out branch. But as you see SourceTree have no issues with this.
And I fully agree with you that showing the historyof all should be - at least - an option.
There is a Uservoice suggestion for this, which really need more support. Vote it up!

like image 188
Terje Sandstrøm Avatar answered Sep 27 '22 18:09

Terje Sandstrøm