Skip to content

Commit

Permalink
Merge branch 'rebuilds'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlord committed Jul 8, 2016
2 parents 5449844 + 9e936b1 commit 50c5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/remote_control.html
Expand Up @@ -176,7 +176,7 @@ <h3>Push Work to your Remote</h3>
<p>In this case, we'll send our branch named 'master' to our remote on GitHub named 'origin'. </p>
<code class="shell">git push origin master</code>

<p>Now go to your remote repository's page on github.com and refresh the page. <strong>Wow!</strong> Everything is now the same locally as it is remotely. Congrats on your first public repository!</p>
<p>Now go to your remote repository's page on GitHub.com and refresh the page. <strong>Wow!</strong> Everything is now the same locally as it is remotely. Congrats on your first public repository!</p>
</div>

<div class="verify bold-blue solid-box">
Expand Down

0 comments on commit 50c5d2d

Please sign in to comment.