Branch merge option not showing in Git Manager

I have been experimenting with Git Manager before using it in my project and got to the point where I want to merge a branch back into the master.

I expect to see the Merge branch option like this as shown in the Git Manager tutorial.

image

Instead I get this
image

Which are the same options as if I had right clicked on the ‘master’ (no option to delete branch etc.). All changes are saved and there are no outstanding commits.

I did previously merge a branch successfully when I first looked at Git Manager some weeks ago so I have seen it work but not this time. Can anyone help with suggestions as to what might be wrong here?

I am on Wappler 3.9.5

You have to right click on the blue badge area to get the other options. A weird UI that has always been there. Right-click on the rest of the row does not show those options.

It has to be this way, no? You can have multiple branches on the same line.

I have not used Git enough to reach this state to be honest. :sweat_smile:
Our team mostly uses Source Tree for Git stuff. I use Wappler & CLI. But again, I just do normal commits & push. No fancy branching stuff.

Perfect. Thank you @sid.

I don't think that multiple branches are a constraint. Each line only refers to a single commit.