1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

fixing submit pull request section

This commit is contained in:
Ron 2020-09-22 13:12:46 +03:00
parent dee1d98f82
commit 2150a2238e

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