--stat show which files were changed and how much • git log --oneline summary format • git log --graph how commits are linked • git log --decorate label branches/tags
show adds/deletes inline • --stat to show a list of changed files with an indication of how much changed in each • -w ignore whitespace Just this branch: git diff HEAD...master