Skip to the content.

git log

Usage

git log

git log -p             # Show difference
git log -p -N          # Show difference among lastest N commits

References