You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenges/remote_control.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ <h3>Push Work to your Remote</h3>
176
176
<p>In this case, we'll send our branch named 'master' to our remote on GitHub named 'origin'. </p>
177
177
<codeclass="shell">git push origin master</code>
178
178
179
-
<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>
179
+
<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>
0 commit comments