git-fetch - Download objects and refs from another repository
The git command fetch retrieves changes done in a remote repository.
It will not merge the changes automatically into your local branches, use git pull for this or merge from the origin-branch after doing fetch.
See the man page for full details.