We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c185cb commit 48d4eacCopy full SHA for 48d4eac
Git/代码量统计.md
@@ -1,5 +1,5 @@
1
```text
2
-=统计自己代码量
+统计自己代码量
3
git log --author="xxx" --since=2022-10-01 --until=2022-12-31 --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 }'
4
5
统计所有人代码量
0 commit comments