Answers for "how to see particular git branch commit message"

1

git show get commit message

git show --pretty=format:"Info:%an,%ad,%s" c426ab80d64f7c36d550161f9afce7b833d40634 | grep Info
Posted by: Guest on February-10-2022
-1

git find commit by message

git reflog
Posted by: Guest on July-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language