Skip to content

Instantly share code, notes, and snippets.

@alfredormz
Last active February 22, 2018 13:37
Show Gist options
  • Save alfredormz/68cb9fce562d028de9b1cb26d22bb6ed to your computer and use it in GitHub Desktop.
Save alfredormz/68cb9fce562d028de9b1cb26d22bb6ed to your computer and use it in GitHub Desktop.
Git commit stats by author

Number of commit by user

git shortlog -s -n

Alias

git config --global alias.who '!echo "== Commits by Author:\n`git shortlog -s -n`\n"'

Usage

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