-
-
Save tdammy92/d67fa459834acca837fd3839721e8e5c to your computer and use it in GitHub Desktop.
Export commits from a git repo into a pretty spreadsheet (CSV)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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