728x90

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.

 

+ Recent posts