Created
July 4, 2017 20:47
-
-
Save sebas932/9fd3c7182f35977bc52e4b84cfa3e602 to your computer and use it in GitHub Desktop.
Export Git log from all branches
This file contains 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 --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