File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ cd website
167167
168168#### ** 1.4.b Clone repo (2): Verify ` origin ` remote url**
169169
170- Verify that your local cloned repository is pointing to the correct ` origin ` URL (that is, the forked repo on your own Github account):
170+ Verify that your local cloned repository is pointing to the correct ` origin ` URL (that is, the forked repo on your own GitHub account):
171171``` bash
172172git remote -v
173173```
@@ -187,11 +187,11 @@ origin https://github.com/<your_GitHub_user_name>/website.git (push)
187187upstream https://github.com/hackforla/website.git (fetch)
188188upstream https://github.com/hackforla/website.git (push)
189189```
190- #### ** 1.4.c What if you accidentally cloned using the repository URL from the HackForLA Github (instead of the fork on your Github )?**
190+ #### ** 1.4.c What if you accidentally cloned using the repository URL from the HackForLA GitHub (instead of the fork on your GitHub )?**
191191
192192##### ** i. Resolve remote (1): reset ` origin ` remote url**
193193
194- Set your forked repo on your Github as an ` origin ` remote:
194+ Set your forked repo on your GitHub as an ` origin ` remote:
195195``` bash
196196git remote set-url origin https://github.com/< your_GitHub_user_name> /website.git
197197```
You can’t perform that action at this time.
0 commit comments