-
-
Save phily245/fede3a54185d16ff03b341e9ba4065b0 to your computer and use it in GitHub Desktop.
git csv export of commits in the last month
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 log --since='last month' --pretty=format:'%h;%an;%ad;%s' > log.csv |
If the file fails to open in Excel, add the following on a new line at the top of the file: sep=;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've amended the file location so that it can be copied and pasted directly into the git shell from Github desktop and will generate in the main folder of your project.