Search notes:

git fetch

Download objects and refs from another repository.
git fetch updates the remote tracking branches under .git/refs/remotes; it does not change anything under .git/refs/heads.

See also

git pull
git commands

Index