git log --author="NovusLio" --pretty=tformat: --numstat --since=1.day.ago | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }' -
Created
April 15, 2019 01:46
-
-
Save kiebekierror/cc3b6c7e8c65f886ddbb24aa72ac027f to your computer and use it in GitHub Desktop.
Git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment