Version Control
git log
Show commit history.
Syntax
$git log [OPTIONS]
Examples
$git log
$git log --oneline
$git log --graph
Typical use cases
?
Standard usage
git log --help
Note
List commits.
Export