In my remote repository there are 3 branches (master and 2 long running branches):
master #the common features are here like Core, DAL,... north #customized f
For this problem, worktree add does need a --checkout switch to do so:
worktree add
--checkout
$ git worktree add --checkout ../north north $ git worktree add --checkout ../razavi razavi