摘要: 代码量统计 1. git log --author="xxx" --since=2021-01-01 --until=2021-01-30 --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END 阅读全文
posted @ 2021-03-17 15:09 夏之轩语 阅读(55) 评论(0) 推荐(0) 编辑