Skip to content

Instantly share code, notes, and snippets.

@mattwynne
Forked from coreyhaines/churn script
Created February 16, 2011 19:14
Show Gist options
  • Save mattwynne/829950 to your computer and use it in GitHub Desktop.
Save mattwynne/829950 to your computer and use it in GitHub Desktop.
git log --all -M -C --name-only | grep -E '^(app|lib|spec|features)/' | uniq | sort | uniq -c | sort
@mattwynne
Copy link
Author

Includes test code too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment