When I have at Github a main (master) project
https://github.com/MyUser/MyProject
and some active but non-default branch, listed in MyProject/branches
, and with an URL like
https://github.com/MyUser/MyProject/tree/MyBranchName
how to merge (with Github interface) MyBranchName
to master?
NOTE: if really easy, only one command, how to do it by git command on terminal?
The result at https://github.com/MyUser/MyProject/compare/MyBranchName?expand=1 is "There isn't anything to compare"... No more clues, no more interface to create a "merge" or "fork" or "...".