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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -