Skip to content

Instantly share code, notes, and snippets.

@mailightkun
Forked from ghinda/git-commit-csv-export.sh
Created November 17, 2015 05:07
Show Gist options
  • Save mailightkun/3b3e8e4fea01ee464896 to your computer and use it in GitHub Desktop.
Save mailightkun/3b3e8e4fea01ee464896 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