Skip to content

Instantly share code, notes, and snippets.

@RaVbaker
Created March 16, 2014 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RaVbaker/9583836 to your computer and use it in GitHub Desktop.
Save RaVbaker/9583836 to your computer and use it in GitHub Desktop.
Most changed files in your project - like @mfeathers suggested at #wrocloverb 2014 conference
find . -name "*.rb" |xargs -n1 -I file sh -c 'echo `git log --oneline file | wc -l`: file'|sort -nr |head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment