The PR / comments / discussion (eg GitHub) integration on xcode13 is very promising but I have an issue with git remotes:
I have a branch is one a remote myremote/mybranch which comes from a fork of an upstream project theupstream/main.
I edit/commit/push my changes to "myremote/mybranch" but now I want to create a PR myremote/mybranch => theupstream/main
Is there a way to do that in Xcode 13 ?
Everything looks fine when the branches are on the same remote but not on different ones.
thx