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

_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to