摘要: 1,统计代码行数 单人的 git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, to 阅读全文
posted @ 2021-10-11 14:31 深山老树 阅读(61) 评论(0) 推荐(0)