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?
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.
I can no longer reproduce this. :-(
Marking resolved for now, please file a new bug if you find out any details that would make it actionable?