fixing submit pull request section

This commit is contained in:
Ron
2020-09-22 13:12:46 +03:00
parent dee1d98f82
commit 2150a2238e
+4 -1
View File
@@ -47,7 +47,10 @@ $ git checkout -b [name_of_your_new_branch]
### 3. Work - commit - repeat ( be sure to be in your branch )
<br/>
### 4. Push changes to GitHub using the command `git push` <br/>
### 4. Push changes to GitHub
```
$ git push origin [name_of_your_new_branch]
```
<br/>
### 6. Submit your changes for review