Skip to content

Instantly share code, notes, and snippets.

@tylerkidd
Created August 21, 2015 15:26
Show Gist options
  • Save tylerkidd/583d9d125edaad14475f to your computer and use it in GitHub Desktop.
Save tylerkidd/583d9d125edaad14475f to your computer and use it in GitHub Desktop.
Git Log command
git log --pretty=format:"%cn||%h||%cd||%s" --after="2014-1-1" --before="2015-8-30" > git_log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment