Check if worktree is valid
A valid worktree requires both the git data structures inside the linked parent repository and the linked working copy to be present.
@param wt Worktree to check @return 0 when worktree is valid, error-code otherwise
See Implementation
Check if worktree is valid
A valid worktree requires both the git data structures inside the linked parent repository and the linked working copy to be present.
@param wt Worktree to check @return 0 when worktree is valid, error-code otherwise