What does git pull do?

Git Easy

Git — Easy

What does git pull do?

Key points

  • Git pull is a compound command.
  • It updates the local branch with remote changes.
  • Merging is a crucial part of the pull process.
  • The remote repository is the source of the changes.

Ready to go further?

Related questions