Skip to content

Instantly share code, notes, and snippets.

@ibreathebsb
Created November 30, 2022 06:38
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 ibreathebsb/1d24c81f5e8eea52bf79136d8ab82eb6 to your computer and use it in GitHub Desktop.
Save ibreathebsb/1d24c81f5e8eea52bf79136d8ab82eb6 to your computer and use it in GitHub Desktop.
export git log to csv
git log --after="YYYY-MM-DD" --author=A --pretty=format:%h,%an,%ae,%s > log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment