Skip to main content

Module worktree

Module worktree 

Source

Structs§

RepositoryContext
Shared repository context that accounts for git worktrees.
WorktreeInfo
Information about a single git worktree.

Functions§

discover
Discover repository context starting from a given directory.
discover_from_cwd
Discover repository context from the current working directory.
discover_with_worktree
Build a RepositoryContext with an explicit worktree selection.
list_worktrees
List all worktrees for the repository containing start_dir.
resolve_worktree
Resolve a worktree selection by name or path against the repository.