Skip to content

Instantly share code, notes, and snippets.

@wsakaren
Last active August 29, 2015 14:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsakaren/d58def24c09720a81284 to your computer and use it in GitHub Desktop.
Save wsakaren/d58def24c09720a81284 to your computer and use it in GitHub Desktop.
git log --shortstat --author "Karen Baker" --since "2 weeks ago" | grep "files\? changed" | awk '{files+=$1; inserted+=$4; deleted+=$6} END {print "files changed", files, "lines inserted:", inserted, "lines deleted:", deleted}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment