gitintellij-idea

The "Local Changes" tab does not show up in the IntelliJ IDEA Git tool window


I am using version 2020.1.2 (Community Edition) of IntelliJ IDEA:

IntelliJ IDEA version screen

As far as I know, when I change some files and navigate to the Git tab, then I must be able to see Local Changes tab, which shows the list of the files which I changed. And I can use the green tick to push it. The below image shows what I mean by Local Changes.

IntelliJ IDEA "Local Changes" tab

Sadly, this feature does not show up in my Git tab. Instead I got the following view:

ntelliJ IDEA Git tab without "Local Changes"

How can I get the Local Changes tab?

One thing I did find is chat discussion 14.1 - Not showing Local Changes from April 2015, but it is not clear for me what should I delete.


Solution

  • The Version Control window has been redesigned. You can find "Local Changes" under the "Commit" tab on the left side of the window next to the Project tab, as seen in the following screenshot:

    commit tab in IntelliJ IDEA

    You can see what's new in the most recent versions of IDEA at What's New in IntelliJ IDEA.

    If you want to restore old view then you need to disable "use non-modal commit interface" under Preferences > Version Control > Commit

    In the 2025.1 version, this setting was moved to Preferences > Advanced Settings > Version Control > "Use modal commit interface for Git and Mercurial" (it also requires the "Modal Commit Interface" plugin to be enabled).