Answers for "checking the logs of git commits"

1

search for a commit in git logs

git log --all --grep='<part of commit message>'
Posted by: Guest on August-18-2021
1

git log my commits

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language