Git - Is there a way to view the number of lines committed by Author? -


does know of command or script output each author has committed project followed number of lines have contributed.

e.g. similar following:

author       insertions   deletions bob dole     1240         409 sarah j      481          140 jim helper   388          23 

cheers, ben

git shortlog -sne


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -