Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing git branch indicator at bottom of Visual Studio 2017

This: https://learn.microsoft.com/en-us/visualstudio/ide/media/vside-gitinteraction.png

I couldn't find a way to enable it.

like image 835
Jesse Roper Avatar asked Aug 31 '25 04:08

Jesse Roper


2 Answers

Tools > Options > Environment > General

Tick "Show Status Bar"

like image 157
Jesse Roper Avatar answered Sep 02 '25 19:09

Jesse Roper


You should make sure your Visual Studio 2017 is up to date and that you have Git as your source control provider.

Directly from Visual Studio website

"I don't see the Add to Source Control button in the status bar.

A: The Add to Source Control button in the status bar ( Add to Source Control ) was added in Visual Studio 2017 (it was Publish in Visual Studio 2015 Update 2 and later) and will only appear when you have Git as your source control provider. If your code is already in a Git repo, you won't see the Add to Source Control button in the status bar, but the status of the current branch in your local repo instead."

like image 24
J. Lavoie Avatar answered Sep 02 '25 18:09

J. Lavoie