Last active
March 31, 2025 12:45
-
-
Save bigfox/405ce24d44594eeff1e5dcda20172808 to your computer and use it in GitHub Desktop.
Git - number of commits by author (exclude merge commits)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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