This commit is contained in:
gilesb 2023-10-23 18:38:16 +01:00 committed by giles
parent 06bd3dd12c
commit 8a342ac192
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ jobs:
run: | run: |
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
ls ls
git log -5
git rebase origin/master --strategy-option=ours git rebase origin/master --strategy-option=ours
ls ls
git log -5 git log -5