Skip to content

Instantly share code, notes, and snippets.

@maximilien
Created December 15, 2017 00:52
Show Gist options
  • Save maximilien/75f85a1b428d88661cdc3b10d881cf5b to your computer and use it in GitHub Desktop.
Save maximilien/75f85a1b428d88661cdc3b10d881cf5b to your computer and use it in GitHub Desktop.
Number of commits for a user in some range
git log --after="2017-01-01 00:00" --before="2017-12-31 23:59" | grep "maximilien" | wc -l
@maximilien
Copy link
Author

change github ID to the email used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment