Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Created February 22, 2016 13:35
Show Gist options
  • Save yusuke024/2f841ba9a94aa7654ab0 to your computer and use it in GitHub Desktop.
Save yusuke024/2f841ba9a94aa7654ab0 to your computer and use it in GitHub Desktop.
git log --author="sikhapol" --numstat --pretty=tformat: --all | grep -v "Pods" | grep ".*\.[mh]" | cut -f1 | awk '{s+=$1} END {print s}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment