Skip to content

Instantly share code, notes, and snippets.

@h4k1m0u
Last active May 8, 2022 19:51
Show Gist options
  • Save h4k1m0u/a03b7ae5388f5b1460633cc25f2ae0e1 to your computer and use it in GitHub Desktop.
Save h4k1m0u/a03b7ae5388f5b1460633cc25f2ae0e1 to your computer and use it in GitHub Desktop.
List commits on a single line (date & commit message)
git log --pretty=format:'%ad - %s' --date=human
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment