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

Posted on May 14, 2010 at 4:12 pm by Jordan Carter · Permalink
In: Ruby on Rails · Tagged with: 

Leave a Reply