在 Intellij Ideas 2020.1中找不到 Git 本地更改

在 Intellij Idea 的最新版本(2020.1)中,我似乎找不到自己本地的变化,如下图所示。我错过了什么?“ Git”选项卡只显示 Git 日志。

enter image description here

40378 次浏览

Local changes can be found under "Commit" tab.

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

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

enter image description here

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.

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

screenshot: