Expand description
Thin wrapper around the git CLI.
Every git interaction in GitWell flows through this module. We shell out
via std::process::Command rather than parsing .git internals so we
stay compatible with future git changes for free.
Structs§
Functions§
- is_
repo_ root - Returns true if
pathlooks like a git worktree root (has.git) or a bare repo (hasHEADat the top level).