Answers for "search git log for commits by user"

1

git log my commits

git config user.name 
git log --author="Jon"
Posted by: Guest on October-19-2021
0

git find commits by message

git log --all --grep=message
Posted by: Guest on December-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language