Skip to content

Instantly share code, notes, and snippets.

@denieler
Created June 17, 2016 16:03
Show Gist options
  • Save denieler/f103618c031de4b7219e909e411af23e to your computer and use it in GitHub Desktop.
Save denieler/f103618c031de4b7219e909e411af23e to your computer and use it in GitHub Desktop.
Get most changeable commits
git log --pretty=format: --name-only | grep ".*\.\(js\|coffee\)" | sort | uniq -c | sort -rg | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment