Expand description
Git operations abstraction.
Defines the GitOps trait for all git CLI interactions and provides
DefaultGitOps, the production implementation that shells out to git.
This abstraction enables unit-testing modules that depend on git without
requiring an actual repository.
Structs§
- Default
GitOps - Production
GitOpsimplementation that shells out to thegitbinary.
Traits§
- GitOps
- Abstraction over git CLI operations.