git log show all commits by author code example
Example: git commits by author
# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all