Created
April 6, 2021 22:02
-
-
Save utsukushiihime/dc861b20ee62cfcddaa80b53d17362bd to your computer and use it in GitHub Desktop.
Git Log to CSV
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="last month" --pretty=format:'%h,%an,%ar,%s' > log.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment