Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oshanz
Created September 7, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshanz/14303b31ea89393f16bf6e5509fc8737 to your computer and use it in GitHub Desktop.
Save oshanz/14303b31ea89393f16bf6e5509fc8737 to your computer and use it in GitHub Desktop.
code quality
git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment