Skip to content

Commit ee53f45

Browse files
authored
Replace 'Github' with 'GitHub' in CONTRIBUTING.md Section 1.4 (#7992)
1 parent 389273a commit ee53f45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
172172
git remote -v
173173
```
@@ -187,11 +187,11 @@ origin https://github.com/<your_GitHub_user_name>/website.git (push)
187187
upstream https://github.com/hackforla/website.git (fetch)
188188
upstream 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
196196
git remote set-url origin https://github.com/<your_GitHub_user_name>/website.git
197197
```

0 commit comments

Comments
 (0)