[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


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



More information about the python-committers mailing list