Git Show
Show a particular commit with git show
This will show the commit as a diff.
Also you can use the commit’s sha1 as an argument
Set git to output color
This command adds the following to your .gitconfig file:
Git Bisect
Try to find where in the version history a bug first appeared.