what changes did I just pull from git?
Ever wanted to see what changes you just pulled from github?
This little command will show you the changes for the last commit, if the pull resulted in more commits being pulled then add a couple more ‘^’s to HEAD^
git diff HEAD^ HEAD