IntelliJ IDEA
 
2024.3
Get IntelliJ IDEA

Sync with a remote Git repository (fetch, pull, update)

Last modified: 10 December 2024

Before you can share the results of your work by pushing your changes to the upstream, you need to synchronize with the remote repository to make sure your local copy of the project is up to date. You can do this in one of the following ways: fetch changes, pull changes, or update your project.

The Git branches popup indicates the number of incoming commits that have not yet been fetched (blue arrow icon Incoming commits indicator next to the branch name) and the number of outgoing commits (green arrow icon Outgoing commits indicator next to the branch name).

Incoming commits indicator