Skip to content

Instantly share code, notes, and snippets.

@sebas932
Created July 4, 2017 20:47
Show Gist options
  • Save sebas932/9fd3c7182f35977bc52e4b84cfa3e602 to your computer and use it in GitHub Desktop.
Save sebas932/9fd3c7182f35977bc52e4b84cfa3e602 to your computer and use it in GitHub Desktop.
Export Git log from all branches
git --no-pager log --all --pretty='%h | %s | %ae | %an | %ce | %cd' > log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment