Git berkomitmen oleh penulis
# 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 protected]>" --no-edit
git log --author="Jon"