Commit Changes

Commit your changes to VCS as you go.

Use ⌘0 (macOS) / Alt+0 (Windows/Linux) to display the Commit tool window. Select the changes you want to commit. From here you can either click Commit to commit your changes locally, or Commit and Push to commit your changes and push them to the remote repository.

Alternatively, you can use ⌘K (macOS) / Ctrl+K (Windows/Linux) to open the Commit tool window with your changes already selected, or ⌘⌥K (macOS) / Ctrl+Shift+K (Windows/Linux) to commit and push your changes.


Related Resources

Navigating a Long Class
Navigating a Long Class
There are various tips and tricks you can use to navigate a long class in IntelliJ IDEA.
Disable Usages
Disable Usages
Disable the inlay hint for Usages if it's distracting you.
Interactive Rebase
Interactive Rebase
Clean up your commit history by using interactive rebase in IntelliJ IDEA.