mirror of
https://github.com/containous/traefik.git
synced 2025-01-27 14:03:51 +03:00
.github/rpr.sh: Use --force-with-lease instead of --force.
This prevents accidentally overriding a branch that has been changed remotely by another party.
This commit is contained in:
parent
6e8e597ff5
commit
4148266ed0
2
.github/rpr.sh
vendored
2
.github/rpr.sh
vendored
@ -33,4 +33,4 @@ trap clean EXIT
|
||||
.github/cpr.sh $pr
|
||||
|
||||
git rebase $base
|
||||
git push -f $remote $branch
|
||||
git push --force-with-lease $remote $branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user