Created
December 10, 2018 04:40
-
-
Save RoyalSix/842c75bd3ec0367700baa73940143c1f to your computer and use it in GitHub Desktop.
Save Git Commit Messages With Date
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 --date=format:'%b %d %I:%M%p' --since='last month' --pretty=format:'%ad, %s' > .log.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment