Skip to content

Commit

Permalink
Correct remote handle
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravmak committed Mar 27, 2017
1 parent 5da6841 commit a41ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/contributing.php
Expand Up @@ -124,7 +124,7 @@
<li>Repeat the previous two steps as long as you want.</li>
<li>Bring things up-to-date with the original repository, especially important
if it took some time since you branched:<br/>
<tt>git fetch xdebug &amp;&amp; git rebase xdebug/master</tt></li>
<tt>git fetch upstream &amp;&amp; git rebase upstream/master</tt></li>
<li>Push your changes to your remote repository:<br/>
<tt>git push origin <i>{issue&nbsp;number}</i></tt><br/>
for example:<br/>
Expand Down

0 comments on commit a41ee84

Please sign in to comment.