Skip to content

Commit 48d4eac

Browse files
authored
Update 代码量统计.md
1 parent 4c185cb commit 48d4eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Git/代码量统计.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```text
2-
=统计自己代码量
2+
统计自己代码量
33
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 }'
44
55
统计所有人代码量

0 commit comments

Comments
 (0)