To search your git commit history for a specific comment made, it’s quite straightforward:
git log --all --grep='SEARCH TERM'
Note: SEARCH TERM is case-sensitive.
To search your git commit history for a specific comment made, it’s quite straightforward:
git log --all --grep='SEARCH TERM'
Note: SEARCH TERM is case-sensitive.