Git stats commits per author Posted on 19 September 2012 by kosmas Reply emailFacebookTwitterLinkedinProblem 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 1 git shortlog -s -n