rebase26
This commit is contained in:
parent
c7b2e9ea1c
commit
e9b6e22f07
|
@ -43,6 +43,7 @@ jobs:
|
||||||
- name: push
|
- name: push
|
||||||
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
|
||||||
git rebase -Xtheirs origin/master
|
git rebase -Xtheirs origin/master
|
||||||
ls
|
ls
|
||||||
git log -5
|
git log -5
|
||||||
|
|
Loading…
Reference in New Issue