Worktree
{targetWorktree?.label ? (
{targetWorktree.label}
) : null}
{targetWorktree ? formatPathForDisplay(targetWorktree.path, homeDirectory) : 'Worktree path unavailable.'}
{hasDirtyWorktrees && (
Uncommitted changes will be discarded.
)}
{canRemoveRemoteBranches ? (
) : (
Remote branch information unavailable for this worktree.
)}