assume to use child branch, and will want to merge child branch to master.
Show below structure.
Local
master
\_ child branch
Remote
master
\_child branch
We select two options, to merge other to master.
The First, find top tool bar.
After selecting Merge option, We will see below screen.
But this menu confuse to meger something, for tooltip context is very difficult. For Example, "Merge into master" and "git merge master" do not comprehend to merging between master and child branch.
The Second, select "Git" icon in bottom area and checkout "master" branch.
Then, select child branch with right click. We will show different option above showing.
"Merge child branch into master"
This option is very comprehensive for merging. BTW, Click and Push. It's done.
'Env Setting > Git' 카테고리의 다른 글
How to find the hash of branch in Git? (1) | 2024.03.18 |
---|---|
Merge branch 'master' into others (0) | 2024.03.18 |
When to Git Clone SSL certificate issue (0) | 2024.03.15 |
[RESET] git reset 조지기 (32) | 2023.12.12 |
GIT BASH에서 FATAL: PROTOCOL 'HTTPS' IS NOT SUPPORTED 에러가 날 때 (62) | 2023.03.23 |