Skip to content

Instantly share code, notes, and snippets.

@Aegean-Homines
Created February 21, 2016 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aegean-Homines/e4a9446edee1a8fe126f to your computer and use it in GitHub Desktop.
Save Aegean-Homines/e4a9446edee1a8fe126f to your computer and use it in GitHub Desktop.
$ git log --author="Egemen Koku" --pretty=tformat: --numstat | gawk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "\nadded 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