Skip to content

Commit

Permalink
Updated docs to use rebasing instead of merging for keeping fork upda…
Browse files Browse the repository at this point in the history
…ted, as that is the preferred method
  • Loading branch information
bourque committed Dec 21, 2023
1 parent f951b5b commit 61a569b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ Keeping your fork updated
^^^^^^^^^^^^^^^^^^^^^^^^^

You can keep your personal fork up-to-date with the ``IMAP-Science-Operations-Center`` ``imap_processing`` repository by
fetching and pulling the ``upstream`` remote:
fetching and rebasing with the ``upstream`` remote:

.. code-block:: bash
git checkout dev
git fetch upstream dev
git pull upstream/dev
git fetch upstream
git rebase -i upstream/dev
.. _collaborating-on-someone-elses-fork:
Expand Down

0 comments on commit 61a569b

Please sign in to comment.