mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Update start-using-git.md
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user