Skip to content

Instantly share code, notes, and snippets.

@teddykishi
Forked from adamthebig/git-commit-log.sh
Created May 27, 2026 20:51
Show Gist options
  • Select an option

  • Save teddykishi/ceff29610fd72ea3c84104dd9007bd6c to your computer and use it in GitHub Desktop.

Select an option

Save teddykishi/ceff29610fd72ea3c84104dd9007bd6c to your computer and use it in GitHub Desktop.
Export commits from a git repo into a pretty spreadsheet (CSV)
git log --pretty=format:'"%h","%an","%aD","%s",' --shortstat --no-merges | paste - - - > log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment