Fetch from remote$ git pull # git fetch; git merge $ git pull --rebase # git fetch; git rebase (useful when branches have diverged) git