Originally posted by **wasabbe** April 23, 2024
Let's say I have repo A and I fork it. Now on my forked repo I create a branch called my-branch. I want to create a pr to the main branch of repo A from my-branch. How can I accomplish this using octo.nvim ? I saw that this can be done through the github cli because it prompts you in which repo to create the pr to, but when I try to do this from the octo.nvim it does not behave the same way. I love this tool so much, I use it everyday!!! this is the first time I couldn't figure out the behavior from just reading the docs.
Discussed in https://github.com/pwntester/octo.nvim/discussions/543