Git operations for worktree-setup.
This crate provides git operations using the git2 library, including:
- Repository discovery and information
- Worktree listing, creation, and management
- File status detection (unstaged, untracked)
Example
use ;
let repo = open_repo?;
let worktrees = get_worktrees?;
println!;