Re: possible to checkout same branch in different worktree

2016-04-15 Thread Duy Nguyen
On Fri, Apr 15, 2016 at 10:36 PM, Junio C Hamano wrote: > Reto Hablützel writes: > >> the checkout command prevents me from checking out a branch in the >> current worktree if it is already checked out in another worktree. >> >> However, if I rebase the branch in the current worktree onto the >>

Re: possible to checkout same branch in different worktree

2016-04-15 Thread Junio C Hamano
Reto Hablützel writes: > the checkout command prevents me from checking out a branch in the > current worktree if it is already checked out in another worktree. > > However, if I rebase the branch in the current worktree onto the > branch in the other worktree, I end up in a situation where the s

possible to checkout same branch in different worktree

2016-04-15 Thread Reto Hablützel
Hi, the checkout command prevents me from checking out a branch in the current worktree if it is already checked out in another worktree. However, if I rebase the branch in the current worktree onto the branch in the other worktree, I end up in a situation where the same branch is checked out twi