diff --git a/gitbootcamp.rst b/gitbootcamp.rst index c5c5f7abd2..6e93f8613d 100644 --- a/gitbootcamp.rst +++ b/gitbootcamp.rst @@ -189,6 +189,7 @@ Solution:: $ git checkout some-branch $ git fetch upstream $ git rebase upstream/master + $ git push --force origin some-branch Backporting Merged Changes