Structs§
Functions§
- create_
worktree git worktree add -b {branch} {path} {base_branch}- list_
worktrees - List worktrees via
git worktree list --porcelain. - remove_
worktree git worktree remove --force {path}thengit branch -d {branch}- to_
worktree_ infos - Convert WorktreeEntry list to WorktreeInfo list (no sessions yet — populated by refresh_all).