Skip to content

Instantly share code, notes, and snippets.

@wangtai
Created November 25, 2014 05:18
Show Gist options
  • Save wangtai/87bda2ba7838ee925938 to your computer and use it in GitHub Desktop.
Save wangtai/87bda2ba7838ee925938 to your computer and use it in GitHub Desktop.
git log --author="kai yang" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment