[chirp_devel] Here we go...
Dan Smith
Tue Dec 27 13:11:24 PST 2022
> I have 3 projects I am working on that are checked out in origin/py3.
> Can I push them real quick, is there a way to move them to master, or
> do I just need to recreate them?
I left py3 in place because there's at least one PR in progress there. However, if you do:
$ gh pr create -B master
(or just don't do -B py3 actually) it will create the PR against master, which should work fine. It might need a rebase, but I can do it for you.
--Dan
More information about the chirp_devel
mailing list