Skip to content

Instantly share code, notes, and snippets.

@mpage
Created October 4, 2013 21:38
Show Gist options
  • Save mpage/6833214 to your computer and use it in GitHub Desktop.
Save mpage/6833214 to your computer and use it in GitHub Desktop.
git log --author=mpage --oneline --shortstat --pretty=tformat: --numstat | awk '{ a += $1; d += $2 } END { printf "%d added, %d removed", a, d }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment