Replies: 1 comment 2 replies
-
@wasabbe did you ever figure out how to do this? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions