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 authored and weaverryan committed Jan 9, 2014
1 parent 806a86f commit 13222c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code/patches.rst
Original file line number Diff line number Diff line change
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 13222c9

Please sign in to comment.