Git stats commits per author

Problem

You would like to see how many commits per author you have in your git repository.

Solution

Just run the following command to get commits per author in your git:

git shortlog -s -n