Git Pull Documentation

Git Pull

Git pull is used to sync up the local repository with the remote repository. This command performs two operation:

  1. [Git Fetch]: will download the contents from the remote repository.
  2. [Git Rebase] or [Git Merge]: will update the local repository with the remote repository.