Mehraj Malik
Mehraj Malik

Reputation: 15864

Git branches not showing in status bar of IntelliJ after upgrading to 2002.3

I have updated my IntelliJ to latest version 2002.3 CE

Now I am not able to see git branches in the bottom right corner of the status bar. I can see this feature in git --> branches, however I want to see it in status bar and don't want to navigate every time I want to see or do some other operation on branches.

Upvotes: 14

Views: 20672

Answers (5)

valker
valker

Reputation: 143

Git Branch status bar widget is not available until you switch Main Menu > View > Appearance > Toolbar Classic ON.

Upvotes: 2

Jose Luis Perez
Jose Luis Perez

Reputation: 1

Enable Git branch from Status Bar Widgets

Status Bar Widgets

Upvotes: 0

Daemon Painter
Daemon Painter

Reputation: 3470

Via a Bing search, I found this ticket. Apparently (quoting from the link),

Enabling the status bar via the View menu fixes the problem

View -> Appearance -> Status Bar Widgets -> Git Branch

If that's not the case, it appears a bug has been filed. I suggest you track it there.

Upvotes: 33

Zori
Zori

Reputation: 11

I had the same problem, I read and did whatever. In the end... a simple Restart of IntelliJ magically did the job!

In my case: Git plugin was enabled; View -> Appearance -> Status Bar Widgets did not include Git Branch option; I had Version Control widget instead of Git widget; No git menus whatsoever.

Upvotes: 1

juice
juice

Reputation: 587

I had the same problem, but I didn't even have Git Branch option available among Status Bar Widgets. I realized I had Git plugin disabled. You can check it at Settings -> Plugins.

Upvotes: 2

Related Questions