To list the commits in a [[Git]] repo chronologically, use: `git log` (newest first) or `git log --reverse` (newest first)