Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexch committed May 30, 2018
1 parent f3751b2 commit 759ce7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/projects/exercism_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ upstream /origin
1. run `git remote -v` to see the current status; there should be one remote named `origin`
1. This is the fun part! **Paste in** your repo's URL in the second command below:

* `git rename origin upstream`
* `git remote rename origin upstream`
* `git remote add origin ` *paste your url here*

Finally, run `git remote -v` again and make sure the remotes are correct.
Expand Down

0 comments on commit 759ce7d

Please sign in to comment.