Answers for "git commits by author"

1

git commits by author

# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
Posted by: Guest on June-22-2020
1

git log by author

git log --author="Jon"
Posted by: Guest on July-13-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language