fork-dev/TrackerWin

[Feature Request] Push and create pull request into {parent}

Opened this issue · 2 comments

Currently there is an option to 'push and create pull request on origin', which creates a MR into default branch (e.g. main)

I would love to have an option to enable an additional option 'push and create pull request into {first remote parent}'

Because often I branch and merge into feature branches rather than main.

foal commented

You can always select another branch on origin before submit the PR. At least the Bitbucket Server and GitHub allow this. I am not sure that this function should be duplicated on Fork side too.

May by you have an origin that doesn't provide such functionality?