How do you handle forking and creating prs for plugins? #800
Unanswered
IndianBoy42
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm using lazy's dev option for that. I just checkout the repo/pr in my |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know how often other people do this but I often make little changes/fixes to the plugins I am using and use
gh pr create
to automatically fork the repo, push changes and submit a PR. The only problem is lazy.nvim seems to get a little confused by this, because the upstream remote URL changes and we might not be in the master/main branch anymore.Is there some seamless way to work with forks and prs in this way? What do you guys do?
Beta Was this translation helpful? Give feedback.
All reactions