Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mcalavera81/441cdb47d2ca98011b042d370f808197 to your computer and use it in GitHub Desktop.
Save mcalavera81/441cdb47d2ca98011b042d370f808197 to your computer and use it in GitHub Desktop.
git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -r | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment