On Wed, 17 Jan 2018, Duy Nguyen wrote: > On Wed, Jan 17, 2018 at 7:58 PM, Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> wrote: > > > > perusing "git worktree", and man page reads: > > > > SYNOPSIS > > git worktree add [-f] [--detach] [--checkout] [--lock] \ > > [-b <new-branch>] <path> [<branch>] > > ^^^^^^^^^^ > > > > however, can't that last optional argument be any arbitrary commit, > > not just a "branch"? > > It's been changed to commit-ish about two months ago in c4738aedc0 > (worktree: add can be created from any commit-ish - 2017-11-26) guess i better update my repo, thanks. rday