Update start-using-git.md
This commit is contained in:
parent
2af769c336
commit
dc7805cd99
1 changed files with 8 additions and 0 deletions
|
@ -120,3 +120,11 @@ You need to be in the created branch.
|
|||
git checkout NAME-OF-BRANCH
|
||||
git merge master
|
||||
```
|
||||
|
||||
### Merge master branch with created branch
|
||||
You need to be in the master branch.
|
||||
```
|
||||
git checkout master
|
||||
git merge NAME-OF-BRANCH
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue