Skip to content

Commit

Permalink
[Contributing] Replace HEAD~3 by upstream/master
Browse files Browse the repository at this point in the history
As per @cordoval suggestion: #3421 (comment)
  • Loading branch information
lemoinem committed Jan 7, 2014
1 parent 732758b commit c0de1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code/patches.rst
Expand Up @@ -382,7 +382,7 @@ convert many commits to one commit. To do this, use the rebase command:

.. code-block:: bash
$ git rebase -i HEAD~3
$ git rebase -i upstream/master
$ git push -f origin BRANCH_NAME
The number 3 here must equal the amount of commits in your branch. After you
Expand Down

0 comments on commit c0de1cb

Please sign in to comment.