You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two branch a (from remote r1) and branch b (from remote r2), and i open a pull request from branch b to branch a. But in the web interface i see it open a pull request from branch b (remote r1) to branch a (remote r1).
Expected behavior
It should open a pull request from branch b (remote r2) to branch a (remote r1).