Expand description
Git branch operation with comprehensive options.
This module provides the BranchOpts builder pattern and branch operation
implementation for the GitGix service.
Structs§
- Branch
Opts - Options for
branchoperation with builder pattern.
Functions§
- branch
- Execute branch operation with the given options.
- delete_
branch - Delete a local branch.
- list_
branches - List all local branches in the repository.
- rename_
branch - Rename a local branch.