Skip to content

Instantly share code, notes, and snippets.

@songpp
Created July 30, 2016 08:29
Show Gist options
  • Save songpp/1761b3c0678ea498f5db1960a5580775 to your computer and use it in GitHub Desktop.
Save songpp/1761b3c0678ea498f5db1960a5580775 to your computer and use it in GitHub Desktop.
git commands
git log --author="${user}" --pretty=tformat: --numstat | egrep '[^DAO]\.java' |gawk '{ 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