Describe the bug
This issue appeared since I updated to Version 2.22.1.
When I use gh pr create and follow the usual steps, it will create a Pull Request, but not connect the locale branch to the remote one.
Steps to reproduce the behavior
- Create a new branch and commit something
- Do not git push upstream!
- Use
gh pr create to create a PR
- create more commits and then try to push them
- No remote branch found
Expected vs actual behavior
It should behave like it behaved before. When create a new PR with gh pr create it should also upstream the branch, so I can later push to it.
Logs
Paste the activity from your command line. Redact if needed.