Skip to content

Instantly share code, notes, and snippets.

@samdark
Created August 16, 2021 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samdark/34623ff3cfde55d665b6b33dec026254 to your computer and use it in GitHub Desktop.
Save samdark/34623ff3cfde55d665b6b33dec026254 to your computer and use it in GitHub Desktop.
How many distinct authors worked on the repository in a given timeframe
git shortlog -s --group=author --group=trailer:co-authored-by --since=2012.01.01 --until=2013.01.01 | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment