IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Commit and push changes to Git repository

Last modified: 10 August 2022

Configure commit options: Settings/Preferences | Version Control | Commit

Commit tool window Alt+0

Commit Ctrl+K

Commit and Push Ctrl+Alt+K

Push Ctrl+Shift+K

After you've added new files to the Git repository, or modified files that are already under Git version control and you are happy with their current state, you can share the results of your work. This involves committing them locally to record the snapshot of your repository to the project history, and then pushing them to the remote repository so that they become available to others.