Created
December 15, 2017 00:52
-
-
Save maximilien/75f85a1b428d88661cdc3b10d881cf5b to your computer and use it in GitHub Desktop.
Number of commits for a user in some range
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 --after="2017-01-01 00:00" --before="2017-12-31 23:59" | grep "maximilien" | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change github ID to the email used