Hacker News new | ask | show | jobs
by pushedx 1242 days ago
This will show the 30 "hottest" files in a repo.

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