Skip to content

Instantly share code, notes, and snippets.

@dator-zz
Created January 7, 2011 13:45
Show Gist options
  • Save dator-zz/769463 to your computer and use it in GitHub Desktop.
Save dator-zz/769463 to your computer and use it in GitHub Desktop.
Git command to show an ordered list of a repository contributors
git log --pretty=format:%aN | sort | uniq -c | sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment