Closed kuangchanglang closed 8 years ago
This tip comes from http://stackoverflow.com/questions/1265040/how-to-count-total-lines-changed-by-a-specific-author-in-a-git-repository Besides, git shortlog -sne shows how many commits does an author contribute
git shortlog -sne
Thanks for the PR, but it needs a rebase.
rebase done.
This tip comes from http://stackoverflow.com/questions/1265040/how-to-count-total-lines-changed-by-a-specific-author-in-a-git-repository Besides,
git shortlog -sne
shows how many commits does an author contribute