1.2.2 Updating command

Whenever you are asked to pull, it means you should update your local copy of the repository with the changes made by others on the remote git.sv.gnu.org repository:

git pull origin

Contributor’s Guide