-
-
Save phily245/fede3a54185d16ff03b341e9ba4065b0 to your computer and use it in GitHub Desktop.
git csv export of commits in the last month
This file contains hidden or 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the file fails to open in Excel, add the following on a new line at the top of the file:
sep=;