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:
Emile Vauge
2017-03-11 11:36:37 +01:00
committed by GitHub

2
.github/rpr.sh vendored
View File

@@ -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