Reputation: 15864
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
Reputation: 143
Git Branch
status bar widget is not available until you switch Main Menu > View > Appearance > Toolbar Classic
ON.
Upvotes: 2
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
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
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