Can't find Git local changes in Intellij Idea 2020.1

Intellij Idea

Intellij Idea Problem Overview


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

Intellij Idea Solutions


Solution 1 - Intellij Idea

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

enter image description here

Solution 2 - Intellij Idea

Local changes can be found under "Commit" tab.

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

Solution 3 - Intellij Idea

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTharkiusView Question on Stackoverflow
Solution 1 - Intellij IdeaGuillermo Jose AiquelView Answer on Stackoverflow
Solution 2 - Intellij IdeaRuslan KuleshovView Answer on Stackoverflow
Solution 3 - Intellij IdeaMichael.View Answer on Stackoverflow