-
-
Save paolodina/7bf89afdfad9362f98b6f9d47aebd4c5 to your computer and use it in GitHub Desktop.
Git Log to Tab-Delimited CSV File
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
# Local Dates: | |
git log --date=local --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.local.tsv.txt | |
# ISO Dates: | |
git log --date=iso --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.iso.tsv.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment