Answers for "how to count the commits by user in git"

-2

how to count the commits by user in git

git shortlog -sn --all | git log --author="authorname" --format=tformat --numstat
Posted by: Guest on May-23-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language