Re: Bug: "git worktree add" Unable to checkout a branch with no local ref

2017-02-28 Thread Duy Nguyen
On Mon, Feb 27, 2017 at 9:22 PM, Alexander Grigoriev wrote: > git version 2.10.2.windows.1: > If a remote branch has never been checked out locally (its ref only exists > in remotes// directory), "git worktree add" command is unable to > check it out by its normal short

Bug: "git worktree add" Unable to checkout a branch with no local ref

2017-02-27 Thread Alexander Grigoriev
git version 2.10.2.windows.1: If a remote branch has never been checked out locally (its ref only exists in remotes// directory), "git worktree add" command is unable to check it out by its normal short name (not prefixed by remotes/), while "git checkout" command has been able to handle such