Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git basics
  6. Syncing repositories
  7. Pulling changes
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Pulling changes

Whenever somebody pushes their changes to the shared remote repository, your local repository becomes outdated. To re-synchronize your local repository with the newly updated remote repository, simply run the git pull command.

When a pull command executes, the latest revision history downloads from the remote repository and imports to your local repository.

Diagram of pulling changes.
Pull changes from a remote repository to your local repository to synchronize.

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life