from The Git Commands I Run Before Reading Any Code by Ally Piechowski
git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20from The Git Commands I Run Before Reading Any Code by Ally Piechowski
git log --format=format: --name-only --since="1 year ago" | sort | uniq -c | sort -nr | head -20