Skip to content

Instantly share code, notes, and snippets.

@RoyalSix
Created December 10, 2018 04:40
Show Gist options
  • Save RoyalSix/842c75bd3ec0367700baa73940143c1f to your computer and use it in GitHub Desktop.
Save RoyalSix/842c75bd3ec0367700baa73940143c1f to your computer and use it in GitHub Desktop.
Save Git Commit Messages With Date
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