rebase29
This commit is contained in:
parent
8933c9b265
commit
d2a5bb2f92
|
@ -44,6 +44,7 @@ jobs:
|
|||
run: |
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
ls
|
||||
git log -5
|
||||
git rebase origin/master --strategy-option=ours
|
||||
ls
|
||||
git log -5
|
||||
|
|
Loading…
Reference in New Issue