Created
December 11, 2019 12:30
-
-
Save freshjones/6d40bc9eb3f64c262646fcd3819d8949 to your computer and use it in GitHub Desktop.
Git Log 1 liners for a date range like a month
This file contains hidden or 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 --pretty=format:"%ad: %s" --after="2019-10-31" --until="2019-12-01" --reverse --date=format:'%Y-%m-%d' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment