Skip to content

Instantly share code, notes, and snippets.

View DomenicoCasillo's full-sized avatar

Domenico Casillo DomenicoCasillo

View GitHub Profile
@adamthebig
adamthebig / git-commit-log.sh
Created March 17, 2016 21:21
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