git-tips / tips

Most commonly used git tips and tricks.
http://git.io/git-tips
MIT License
21.36k stars 1.7k forks source link

add: Show how many lines does an author contribute #121

Closed kuangchanglang closed 8 years ago

kuangchanglang commented 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

hemanth commented 8 years ago

Thanks for the PR, but it needs a rebase.

reba-mcentire-mygifsets-irh1ntI6CuZws

kuangchanglang commented 8 years ago

rebase done.