clarify git rebase instructions

This commit is contained in:
Justin Findlay 2015-05-25 23:05:23 -06:00
parent 3517e0095f
commit a0b76b57b3

View file

@ -99,14 +99,16 @@ Fork a Repo Guide_>`_ and is well worth reading.
.. code-block:: bash
git rebase upstream/2014.7
git fetch upstream
git rebase upstream/2014.7 fix-broken-thing
git push --set-upstream origin fix-broken-thing
or,
.. code-block:: bash
git rebase upstream/develop
git fetch upstream
git rebase upstream/develop add-cool-feature
git push --set-upstream origin add-cool-feature
#. Find the branch on your GitHub salt fork.