Created
April 5, 2022 08:18
-
-
Save sport4minus/18b17e19ce20cdc485e3ad43666f58a8 to your computer and use it in GitHub Desktop.
export git commit history to csv with dates cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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