Created
September 17, 2015 17:49
-
-
Save RickyRoller/44531ad8313b032f5fc0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --shortstat --author "AUTHOR NAME" --since "2015-01-01" --until "today" | 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