Skip to content

Instantly share code, notes, and snippets.

@MaximBazarov
Created May 9, 2019 07:06
Show Gist options
  • Save MaximBazarov/c98c79bfd29dec47929cb6ed0d7c4cb8 to your computer and use it in GitHub Desktop.
Save MaximBazarov/c98c79bfd29dec47929cb6ed0d7c4cb8 to your computer and use it in GitHub Desktop.
Show most changing files in the repository
git log --pretty=format: --name-only | sort | uniq -c | sort -rg | head -30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment