On 03/30, Junio C Hamano wrote: > * tg/worktree-add-existing-branch (2018-03-27) 6 commits > - t2025: rename now outdated branch name > - worktree: teach "add" to check out existing branches > - worktree: factor out dwim_branch function > - worktree: remove force_new_branch from struct add_opts > - worktree: be clearer when "add" dwim-ery kicks in > - worktree: improve message when creating a new worktree > > "git worktree add" learned to check out an existing branch. > > Is this ready for 'next'? Not quite yet. Eric spotted some UI deficiencies which I'm currently trying to address. I hope to re-roll this in a few days with those deficiencies fixed.