Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sport4minus/18b17e19ce20cdc485e3ad43666f58a8 to your computer and use it in GitHub Desktop.
Save sport4minus/18b17e19ce20cdc485e3ad43666f58a8 to your computer and use it in GitHub Desktop.
export git commit history to csv with dates cli
git log --since 2021-01-01 --until 2021-12-31 --reverse --pretty=format:"%s;%as" --date=iso > ../export-history.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment