Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 718
Mehraj Malik Avatar asked Feb 01 '26 21:02

Mehraj Malik


2 Answers

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.

like image 75
Daemon Painter Avatar answered Feb 03 '26 10:02

Daemon Painter


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.

like image 35
juice Avatar answered Feb 03 '26 10:02

juice