File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,18 +160,18 @@ Forks are public copies of the main repo, from which you can submit changes to t
160160* Fork the public repo (click on the * Fork* button)
161161![ ] ( ../img/fork_button.png )
162162* Note it looks the same but the web address contains your username
163- [ https://github.com/myghusername/ohw21 -proj-ProjectName ] ( https://github.com/myghusername/ohw21 -proj-ProjectName )
163+ [ https://github.com/myghusername/ohw22 -proj-myprojectname ] ( https://github.com/myghusername/ohw22 -proj-myprojectname )
164164* Go to your local repo and rename your ` origin ` to point to the fork:
165165
166166``` bash
167167git remote rm origin
168- git remote add origin https://github.com/myghusername/ohw21 -proj-ProjectName .git
168+ git remote add origin https://github.com/myghusername/ohw22 -proj-myprojectname .git
169169```
170170
171171* Add a new remote to talk to the main repo:
172172
173173``` bash
174- git remote add upstream https://github.com/oceanhackweek/ohw21 -proj-ProjectName .git
174+ git remote add upstream https://github.com/oceanhackweek/ohw22 -proj-myprojectname .git
175175```
176176
177177From now on you will push to ` origin ` , but pull from ` upstream ` .
You can’t perform that action at this time.
0 commit comments