git-pull-request
git-pull-request copied to clipboard
[bug] Fails on windows if git editor path contains spaces
If I setup editor with git like:
git config --global core.editor "'C:\Program Files\Microsoft VS Code\code.exe' -n -w"
Which is pretty much a recommended practice, then it will fail with:

Note that git itself does not have any issues with this.