Skip to content

Instantly share code, notes, and snippets.

@gjrevans
Last active October 6, 2016 16:23
Show Gist options
  • Save gjrevans/40890689eb274c4458c615ec207cd6bc to your computer and use it in GitHub Desktop.
Save gjrevans/40890689eb274c4458c615ec207cd6bc to your computer and use it in GitHub Desktop.
Export a CSV of all git logs for a given repository
git log --all --pretty=format:'%H||%h||%t||%p||%an||%ae||%ad||%cn||%ce||%cd||%d||%s'>[file_name_wo_brackets].csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment