Module branch

Module branch 

Source
Expand description

Git branch operation with comprehensive options.

This module provides the BranchOpts builder pattern and branch operation implementation for the GitGix service.

Structs§

BranchOpts
Options for branch operation 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.