git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10

That's it for this post, thanks for reading!