git Commits автором
# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
Agreeable Angelfish
# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
git commit --amend --author="Author Name <email@address.com>" --no-edit
git log --author="Jon"