[Python-Dev] My fork lacks a 3.7 branch
[Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
Skip Montanaro skip.montanaro at gmail.comMon May 21 20:45:48 EDT 2018
- Previous message (by thread): [Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
- Next message (by thread): [Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): [Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
- Next message (by thread): [Python-Dev] My fork lacks a 3.7 branch - can I create it somehow?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list