Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created March 22, 2019 05:50
Show Gist options
  • Save igeligel/e4ae462fbab44de6dd45608c612ce437 to your computer and use it in GitHub Desktop.
Save igeligel/e4ae462fbab44de6dd45608c612ce437 to your computer and use it in GitHub Desktop.
git log --format=format: --name-only | egrep -v '^$' | egrep -v 'yarn.lock|README.md|deploy|package' | sort | uniq -c | sort -r | head -5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment