Skip to content

Instantly share code, notes, and snippets.

@edwardzjl
Last active January 10, 2024 04:32
Show Gist options
  • Save edwardzjl/7e7bd0322783cb80c298f38a295e91f4 to your computer and use it in GitHub Desktop.
Save edwardzjl/7e7bd0322783cb80c298f38a295e91f4 to your computer and use it in GitHub Desktop.
code stat by user
git log --author="\($USERNAME1\)\|\($USERNAME2\)" --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