27 Dec
2022
27 Dec
'22
10:19 p.m.
On Tue, Dec 27, 2022 at 4:11 PM Dan Smith via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
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.
I already "don't do -B py3". I use the web interface. So I suppose that in that case I would "don't do the selection of 'py3' from the drop down list" and leave it set to master. Right?
Jim