Search code examples
intellij-idea

How can I view local changes in IDEA 2023.3?


I just updated to IntelliJ IDEA, and the "Local Changes" tab no longer appears in the "Git" tab. How do I view my local changes in this version of IDEA?


Solution

  • The issue here appears to be that the already existing "Use non-modal commit interface" option appears to be automatically updated to checked when upgrading to 2023.3.

    This automatic setting change can be reverted by deselecting "Use non-modal commit interface" in the IDEA settings. This is under Version Control -> Commit in the settings window.

    IDEA Commit settings, including the "Use non-modal commit interface" option