I have 3 branch: main
, test-1.1
and myName
.
If I try to create pull request with myName
and main
, I will be able to do it:
But know, if I replace main
with my test-1.1
branch, it gives me that:
But, why ? I want to merge with
test-1.1
but I am not able to.
How to resolve this ?