[python-committers] I created the "needs backport to 3.7" label on GitHub
Terry Reedy
tjreedy at udel.edu
Thu Feb 1 22:58:03 EST 2018
More information about the python-committers mailing list
Thu Feb 1 22:58:03 EST 2018
- Previous message (by thread): [python-committers] [IMPORTANT] post 3.7.0b1 development now open
- Next message (by thread): [python-committers] cherry picking, miss islington, and generated files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 1/31/2018 7:03 PM, Barry Warsaw wrote: > $ git worktree add ../3.7 3.7 # ftw! f:\dev\3x> git worktree add ../37 3.7 fatal: invalid reference: 3.7 f:\dev\3x> git worktree add -b 3.7 ../37 3.7 fatal: Not a valid object name: '3.7'. # However f:\dev\3x> git checkout 3.7 # 'exposes' the existing branch so after git checkout master git worktree add ../37 3.7 # seems to work tjr
- Previous message (by thread): [python-committers] [IMPORTANT] post 3.7.0b1 development now open
- Next message (by thread): [python-committers] cherry picking, miss islington, and generated files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list