add git commit search

This commit is contained in:
popov
2024-06-18 17:23:34 +03:00
parent 9fbfc0890e
commit 5019e388bf

View File

@ -77,4 +77,5 @@ git checkout -b review-branch $earliestCommitHash^
git apply changes.patch
# search for 'App_Code' in commit msgs
git log --all --grep="App_Code"