Skip to content

Instantly share code, notes, and snippets.

@NikhilVerma
Created August 16, 2016 08:37
Show Gist options
  • Save NikhilVerma/73c58504ae015be637810fba9177cf9c to your computer and use it in GitHub Desktop.
Save NikhilVerma/73c58504ae015be637810fba9177cf9c to your computer and use it in GitHub Desktop.
Useful shell scripts
git ls-tree --name-only -r HEAD | egrep -Z -E -a '\.(js|less|html|markdown|md|svg|sh|php)$' | xargs -n1 git blame -w -M -C --line-porcelain | grep "^author " | sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment