Last active
November 28, 2017 11:26
-
-
Save adikari/bcb5297484f30afe27cae7a2711b867f to your computer and use it in GitHub Desktop.
filter git log by date and author
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 --all --after="2017-04-05 00:00" --before="2017-05-10 23:59" --author="Subash Adhikari" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment