[Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
Skip Montanaro
skip.montanaro at gmail.com
Mon May 21 20:45:48 EDT 2018
> Create it from upstream? Yep! Try this:
> git checkout -b 3.7 upstream/3.7
> git push -u origin 3.7
Thanks, Chris! Didn't have to chug for too long either, just a few seconds.
S
More information about the Python-Dev
mailing list