Show number of changed lines per author in git

It’s an old post but if someone is still looking for it:

install git extras

brew install git-extras

then

git summary --line

https://github.com/tj/git-extras

Leave a Comment