27 Dec
2022
27 Dec
'22
1:11 p.m.
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