rebase26
This commit is contained in:
parent
31ab815716
commit
a3aeef2f0d
|
@ -43,6 +43,7 @@ jobs:
|
|||
- name: push
|
||||
run: |
|
||||
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
|
||||
ls
|
||||
git rebase -Xtheirs origin/master
|
||||
ls
|
||||
git log -5
|
||||
|
|
Loading…
Reference in New Issue