Find 10 most commonly changed files in git repo 2022-02-10 git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -10 That's it for this post, thanks for reading!