Skip to content

Instantly share code, notes, and snippets.

@vijaybhat-dev
Forked from ghinda/git-commit-csv-export.sh
Created November 23, 2021 05:49
Show Gist options
  • Select an option

  • Save vijaybhat-dev/34087d237463fc4e0fcbfc727cb7c6f4 to your computer and use it in GitHub Desktop.

Select an option

Save vijaybhat-dev/34087d237463fc4e0fcbfc727cb7c6f4 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