Page for Storing All the Weird Stuff Git Says and How to Fix or Understand It =
* From the git-pull man page:
Runs git-fetch with the given parameters, and calls git-merge to merge the retrieved
head(s) into the current branch. With --rebase, calls git-rebase instead of git-merge.