# Basic syntax: git diff COMMIT~ COMMIT # Where this will show you the difference between the COMMIT's ancestor # and the COMMIT
git show <commit sha1> # Notice that the default option is HEAD.