Forked from fawda123/gist:5ecb73e1304e7faee83eb05b922937e7
Created
October 23, 2023 01:30
-
-
Save tuchangwei/065be1e3de704c0d801c9feaed383892 to your computer and use it in GitHub Desktop.
save git log to csv with header
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
echo sha, contributor, date, message > log.csv | |
git log --date=local --pretty=format:'%h, %an, %ad, "%s"' >> log.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment