Skip to content

Instantly share code, notes, and snippets.

@fitsum
Created December 8, 2024 21:17
Show Gist options
  • Save fitsum/561a3467566b74ce31adc275fb33f357 to your computer and use it in GitHub Desktop.
Save fitsum/561a3467566b74ce31adc275fb33f357 to your computer and use it in GitHub Desktop.
minimal git log with hash, author, date, message
git log --pretty=format:"%h%x09%an%x09%ad%x09%s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment