diff --git a/problems/remote_control/problem.txt b/problems/remote_control/problem.txt index 1ce3057a24..402e2b6d9e 100644 --- a/problems/remote_control/problem.txt +++ b/problems/remote_control/problem.txt @@ -51,6 +51,17 @@ $ git remote add origin + --- + A note: + + If you have GitHub for Windows on your computer, a remote + named 'origin' is automatically created. In that case, you'll + just need to tell it what URL to associate with origin. Use this + command instead of the 'add' one above: + + $ git remote set-url origin + --- + Your {bold}local{/bold} version is now connected to the {bold}remote{/bold} on GitHub.com. But the remote one now has a readme and your local one doesn't. You'll want to {bold}pull{/bold} that @@ -77,6 +88,10 @@ $ git remote add + {bold}Set a URL to a remote{/bold} + + $ git remote set-url + {bold}Pull in changes{/bold} $ git pull