Commands.app

git log

History

Show commit logs

Options & Flags
Available options for this command
--oneline

Show one commit per line

--graph

Show ASCII graph of branches

-n NUM

Show last NUM commits

Examples
Common usage examples

Show commit history

git log

Compact commit history

git log --oneline

Visual branch history

git log --graph --oneline --all
Related Commands
You might also find these useful