This commit is contained in:
Dobromir Popov
2024-07-29 18:21:25 +03:00

View File

@ -77,6 +77,8 @@ git checkout -b review-branch $earliestCommitHash^
git apply changes.patch
# search for 'App_Code' in commit msgs
git log --all --grep="App_Code"
# push to new remote branch (if not existing)
git push -u origin main