代码提交量查询

git log --author="user.name" --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 }' -

posted @ 2020-11-21 09:38  lipu1993  阅读(119)  评论(0编辑  收藏  举报