Action: incorporates changes from a remote repository into the current branch
In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD.
git pull
git fetch
git merge FETCH_HEAD