SyntaxFix
Write A Post
Hire A Developer
Questions
You can use this command which uses awk on git bash/unix to get the number of commits.
git shortlog -s -n | awk '/Author/ { print $1 }'