Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find Git local changes in Intellij Idea 2020.1

I can't seem to find my local changes in Intellij Idea's latest version (2020.1), as you can see in the image below. What am I missing here? The "Git" tab only shows the Git log.

enter image description here

like image 671
Tharkius Avatar asked Apr 16 '20 13:04

Tharkius


Video Answer


4 Answers

To see the Local Changes tab you just need to uncheck the option "Use non-modal commit interface"

enter image description here

like image 74
Guillermo Jose Aiquel Avatar answered Oct 21 '22 22:10

Guillermo Jose Aiquel


Local changes can be found under "Commit" tab.

Please read more on new features: https://www.jetbrains.com/idea/whatsnew/2020-1/#version-control

like image 18
Ruslan Kuleshov Avatar answered Oct 21 '22 23:10

Ruslan Kuleshov


to bring the editor back to a close version of the previous (better) layout

view -> tool windows -> commit

on the git window that appears click the gear / settings icon

move to -> bottom left.

like image 1
Michael. Avatar answered Oct 22 '22 00:10

Michael.


The alternative solution is: just a global search for Local Changes on IntelliJ Idea.

screenshot:

like image 1
ganesh parajuli Avatar answered Oct 21 '22 22:10

ganesh parajuli