It would be great if tig supported git worktrees more fully:
- Main view: Show which worktree a branch is checked out in (similar to
git branch -v showing worktree paths).
- Worktrees view: A new view (like the refs or stash views) that lists worktrees from
git worktree list, with the ability to switch between them.
This is increasingly useful as more developers use worktrees to manage multiple concurrent coding sessions (e.g. agentic coding tools that each operate in their own worktree).
Related past issues: #437, #458, #508, #987
It would be great if tig supported git worktrees more fully:
git branch -vshowing worktree paths).git worktree list, with the ability to switch between them.This is increasingly useful as more developers use worktrees to manage multiple concurrent coding sessions (e.g. agentic coding tools that each operate in their own worktree).
Related past issues: #437, #458, #508, #987