'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.
Solution 1:[1]
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.
Solution 2:[2]
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.
Solution 3:[3]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Chei |
| Solution 2 | juice |
| Solution 3 | Zori |
