Skip to content

Commit 2150a22

Browse files
committed
fixing submit pull request section
1 parent dee1d98 commit 2150a22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ $ git checkout -b [name_of_your_new_branch]
4747
### 3. Work - commit - repeat ( be sure to be in your branch )
4848
<br/>
4949

50-
### 4. Push changes to GitHub using the command `git push` <br/>
50+
### 4. Push changes to GitHub
51+
```
52+
$ git push origin [name_of_your_new_branch]
53+
```
5154
<br/>
5255

5356
### 6. Submit your changes for review

0 commit comments

Comments
 (0)