Intellij Cheat Sheet ((link))

| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | (commit, push, pull) | Ctrl + V then V | Ctrl + V then V | | Commit Changes | Ctrl + K | Cmd + K | | Push Changes | Ctrl + Shift + K | Cmd + Shift + K | | Update Project (pull) | Ctrl + T | Cmd + T | | Show Diff | Ctrl + D | Cmd + D | | Rollback/Undo (local changes) | Ctrl + Alt + Z | Cmd + Opt + Z | | Annotate (blame) | Ctrl + Shift + A → type "Annotate" | Same | | Show Version Control Log | Alt + 9 (tool window) | Cmd + 9 |

Go to File > Settings > Keymap (IntelliJ IDEA > Preferences > Keymap on macOS). Search for any action and right-click to add your own shortcut or change existing ones. intellij cheat sheet

``