git pull <remote> <branch> = git fetch <remote> <branch>; git merge FETCH_HEAD;