Skip to content

Commit c0de1cb

Browse files
committed
[Contributing] Replace HEAD~3 by upstream/master
As per @cordoval suggestion: symfony#3421 (comment)
1 parent 732758b commit c0de1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/patches.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ convert many commits to one commit. To do this, use the rebase command:
382382

383383
.. code-block:: bash
384384
385-
$ git rebase -i HEAD~3
385+
$ git rebase -i upstream/master
386386
$ git push -f origin BRANCH_NAME
387387
388388
The number 3 here must equal the amount of commits in your branch. After you

0 commit comments

Comments
 (0)