Get a list of git contributors and sort by number of commits

I just discovered this fabulous git command via Jon Rohan

git shortlog -s -n 

It displays an ordered list of contributors to a GIT repository by their number of commits.