When I have at Github a main (master) project
https://github.com/MyUser/MyProject
and some active but non-default branch, l
This only works if the branches are compatible, but that can be said as well from the command line.
Go to the branch using the branch drop down on the repository page. once you are on the branch, click the green pull request icon beside it. It will create a pull request to move all commits from your branch into your master repository.
If the branches are compatible, you should be now able to click merge.
Make sure the merge direction is right reviewing the commit history!