Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git代码行数统计 #45

Open
storyflow opened this issue Sep 26, 2018 · 0 comments
Open

Git代码行数统计 #45

storyflow opened this issue Sep 26, 2018 · 0 comments

Comments

@storyflow
Copy link
Owner

git log --author="han8gui" --after="2018-09-01" --pretty=tformat: --numstat | gawk '{ add += $1 ; subs += $2 ; loc += $1 - $2 } END { printf "增加行数:%s 删除行数:%s 变化总行数:%s\n",add,subs,loc }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant