摘要: git log --author="xxx" --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, 阅读全文
posted @ 2022-10-22 19:34 铁柱97 阅读(79) 评论(0) 推荐(0)