git commit 统计
摘要:git log --author="username" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines:
阅读全文
posted @ 2019-06-27 16:37
posted @ 2019-06-27 16:37
posted @ 2019-06-12 10:31