count commit git code example
Example: how to count the commits by user in git
git shortlog -sn --all | git log --author="authorname" --format=tformat --numstat
git shortlog -sn --all | git log --author="authorname" --format=tformat --numstat