Command Reference

git log Tutorial

Shows how git log inspects commit history, graph structure, authorship, and filtered history for debugging and review.

The short version

git log is the main command for reading commit history.

High-value daily form

git log --oneline --graph --decorate --all

This makes branch structure and merge points much easier to read.