Answers for "search commit log"

1

search for a commit in git logs

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

search by commit message

git log --all --grep='Build 0051'
Posted by: Guest on May-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language