Open
Description
In Gitpod some of our users would like to start from the parent repo, but then switch to own fork before creating the PR: gitpod-io/gitpod#4588
The thing is that such workflow only works if a user does not have permissions in parent repo, otherwise changes are just pushed to the parent repo branch.
I was thinking to add a command which allow to switch between forks and reconfigures remotes accordingly, i.e. upstream is parent, origin is a fork. But then it looks like that such command should rather to sit in this extension. Would you be open to the PR?