The Local Changes window is displayed in Git (Version Control) in the lower left corner of the idea

Open the Local Changes window to view the local changes of the current Git repository.

Use shortcut keys:

- Windows: Alt+9
- Mac: Cmd+9

solve:

(1) idea opens settings

 (2) Click the Version Control window tab, select the Commit option, and uncheck the Use.... interface.

(3) Check if there is a Local Changes option in Git

Through the above methods, you can quickly open the Local Changes window in IDEA to view the local changes of the Git project, which is very convenient.


OK, perfect solution! 

Guess you like

Origin blog.csdn.net/Microhoo_/article/details/132411334