SyntaxFix
Write A Post
Hire A Developer
Questions
This command returns count of commits grouped by committers:
git shortlog -s
Output:
14 John lennon 9 Janis Joplin
You may want to know that the -s argument is the contraction form of --summary.
-s
--summary