Update developing_rebasing.rst (#51650)

pull/52005/head
RMuskovets 5 years ago committed by Alicia Cozine
parent 7ad238b358
commit eb54dab362

@ -69,7 +69,7 @@ Now that you've rebased your branch, you need to push your changes to GitHub to
Since rebasing re-writes git history, you will need to use a force push::
$ git push --force
$ git push --force-with-lease
Your PR on GitHub has now been updated. This will automatically trigger testing of your changes.
You should check in on the status of your PR after tests have completed to see if further changes are required.

Loading…
Cancel
Save