Skip to content

Instantly share code, notes, and snippets.

@bigfox
Last active March 31, 2025 12:45
Show Gist options
  • Save bigfox/405ce24d44594eeff1e5dcda20172808 to your computer and use it in GitHub Desktop.
Save bigfox/405ce24d44594eeff1e5dcda20172808 to your computer and use it in GitHub Desktop.
Git - number of commits by author (exclude merge commits)
git shortlog -s -n --all --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment