Kolam Ayer MakersLinux Foundations

git log

Use

git log --oneline

What It Does

git log shows commit history.

Practice

Use --oneline when you want a compact view.

Watch Out

Quit the pager with q if the log opens in less.

Docs Pointers