RESOLVED INVALID254210
Unclear how to move forward when you already have a branch
https://bugs.webkit.org/show_bug.cgi?id=254210
Summary Unclear how to move forward when you already have a branch
Anne van Kesteren
Reported 2023-03-21 05:19:03 PDT
In most GitHub projects you are expected to have a branch from which you create a PR. So if you make that assumption and then do `git webkit pr` you get > Creating a pull-request for 'ISSUE' but we're on 'blob-range' https://github.com/WebKit/WebKit/blob/main/Introduction.md#submitting-a-pull-request doesn't exactly help here either. I guess you can merge the branch into main and try again, but what if you are doing multiple things?
Attachments
Jonathan Bedard
Comment 1 2023-03-21 13:03:36 PDT
Can you share the state your checkout was in along with the whole `git-webkit` output? There are some codepaths here that aren't well traveled but should be supported that you're finding yourself in, I think we do have a bug, these just isn't enough information here for me to understand where it is.
Anne van Kesteren
Comment 2 2023-03-22 07:08:32 PDT
I can no longer reproduce this. :-(
Alexey Proskuryakov
Comment 3 2023-03-25 19:36:34 PDT
Marking resolved for now, please file a new bug if you find out any details that would make it actionable?
Note You need to log in before you can comment on or make changes to this bug.