mirror of
https://github.com/containous/traefik.git
synced 2025-01-12 09:17:54 +03:00
Merge pull request #1273 from timoreimann/rpr-force-with-lease
.github/rpr.sh: Use --force-with-lease instead of --force.
This commit is contained in:
commit
22c5bf7630
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…
Reference in New Issue
Block a user