Skip to content

Instantly share code, notes, and snippets.

@mizanRahman
Forked from ghinda/git-commit-csv-export.sh
Created September 23, 2017 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mizanRahman/5b8910c5281d8d96c035b0603b5c3c6c to your computer and use it in GitHub Desktop.
Save mizanRahman/5b8910c5281d8d96c035b0603b5c3c6c to your computer and use it in GitHub Desktop.
git csv export of commits in the last month
git log --since='last month' --pretty=format:'%h;%an;%ad;%s' --author='Ionut Colceriu' > ~/log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment