mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
removed text about interactive rebase
This commit is contained in:
@@ -189,12 +189,6 @@ squash before submitting the Pull Request:
|
|||||||
|
|
||||||
#. Rebase onto the upstream code
|
#. Rebase onto the upstream code
|
||||||
|
|
||||||
* Your favorite text editor will start and shows the commands for the interactive rebasing.
|
|
||||||
* Change the "pick" to "squash" for all the commits you want to squash.
|
|
||||||
* For the series of commits to squash, keep the first one with "pick".
|
|
||||||
* Once you save and exist your editor will start again to merge all the commit messages.
|
|
||||||
* Add a commit message that best describes your change then save and exit.
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ git rebase upstream/master
|
$ git rebase upstream/master
|
||||||
|
|||||||
Reference in New Issue
Block a user