Skip to content

Instantly share code, notes, and snippets.

@jonnymaceachern
Last active September 3, 2015 16:58
Show Gist options
  • Save jonnymaceachern/0eb3a1a2e0159869350f to your computer and use it in GitHub Desktop.
Save jonnymaceachern/0eb3a1a2e0159869350f to your computer and use it in GitHub Desktop.
Show a summarized table of total commits per user.
git shortlog -s | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment