Rosdi Kasim
Rosdi Kasim

Reputation: 26026

Visual Studio 2015 Update 1 not showing current Git branch

I have two computers, both have Visual Studio 2015 Community installed. Both Visual Studio has Update 1 installed too...

The moment I update my Visual Studio to Update 1, I notice there is a nice Git branch status indicator at the bottom right of the Visual Studio status bar (shown below):

1st Computer

1st computer

However, there is no such status on my other computer, both are running the same version of visual studio... I have spent an hour scratching my head trying to get the status to appear..

2nd Computer

2nd computer

How do I get that Git status bar?

Upvotes: 6

Views: 3258

Answers (3)

Allison Weins
Allison Weins

Reputation: 66

In the second instance, it's possible that you weren't connected to a git repository. The visibility of the branch switcher depends on whether there is an active repository, so if you were disconnected from a repository in Team Explorer in the second instance, it would not show up.

If you find that you are connected to a git repository in TE and the switcher is not visible, do report the problem through the Send Feedback button in the upper right corner of Visual Studio.

I hope you've found this new branch status and switcher useful!

Upvotes: 0

Maria Ines Parnisari
Maria Ines Parnisari

Reputation: 17496

Make sure the following checkbox is selected when you install VS:

VS Update 1 Installation Features

Upvotes: 0

Rosdi Kasim
Rosdi Kasim

Reputation: 26026

I solved it by "repairing" my Visual Studio installation... I think it re-installs everything..

enter image description here

Upvotes: 6

Related Questions