Describe the feature or problem you’d like to solve
At times it is useful to not push the branch, before creating a pull request (especially a draft PR).
Proposed solution
gh pr create should check if the branch already exists at origin if it
does, not push to it.