How to change pull request remote upon creation?

Answered

The only remote I can see in the destination is my origin. I can't select the upstream.

0
5 comments

I would expect something like this for UI.

0

Hello!

Do I understand correctly that you use Full Remote Mode? The remote VCS is not supported yet - https://youtrack.jetbrains.com/issue/CPP-14482/Remote-VCS-support. Feel free to comment or upvote the issue. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

0

Umm, not that concept.

If you open a PR using source tree for example, the remote you open against is `upstream` but that remote is `origin` in CLion/Rider which is not correct.

Typically, you open a PR against the destination remote to complete your work, and it is typically not your own fork (Origin)

0

Richard Lalancette

You can changenge remote repository by clicking on "Change Repository or Account" in Pull Requests toolwindow.And then create a Pull Request in desired destination

0

Okie, thank you. Will try that next.

0

Please sign in to leave a comment.