rebase26
This commit is contained in:
parent
0234a8c056
commit
749fb1e939
|
@ -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