This extension is great at what it does, it lets me checkout PRs locally however the branch naming is pr/[user]/[PRNum].
As a maintainer, this means its not easy for me to make quick changes and push them back up to the PR (assuming the user allowed modification from the maintainer).
Is there a way to make this process smoother? Like set the default remote to the users remote, and set the branch name to match what their branch name is on the PR? I understand this could cause a clash if the user just uses "master" for example.
Thanks
This extension is great at what it does, it lets me checkout PRs locally however the branch naming is
pr/[user]/[PRNum].As a maintainer, this means its not easy for me to make quick changes and push them back up to the PR (assuming the user allowed modification from the maintainer).
Is there a way to make this process smoother? Like set the default remote to the users remote, and set the branch name to match what their branch name is on the PR? I understand this could cause a clash if the user just uses "master" for example.
Thanks