Merge pull request #12366 from bboreham/12337-force-push

Add -f option and explanation to push after rebase
Upstream-commit: 3748def343b03c14bd61a206d1a23a2b134c05f4
Component: engine
This commit is contained in:
Alexander Morozov
2015-04-14 09:59:48 -07:00
@@ -191,9 +191,10 @@ You should pull and rebase frequently as you work.
Make sure you include your signature.
8. Push any changes to your fork on GitHub.
8. Push any changes to your fork on GitHub, using the `-f` option to
force the previous change to be overwritten.
$ git push origin 11038-fix-rhel-link
$ git push -f origin 11038-fix-rhel-link
## Where to go next