Skip to main content

Crate git_workflow

Crate git_workflow 

Source
Expand description

git-workflow - Git workflow CLI

Type-safe worktree-aware git operations with compile-time protection for protected branches.

Re-exports§

pub use error::GwError;
pub use error::Result;

Modules§

cli
CLI argument parsing with clap
commands
Command implementations
error
Custom error types for gw CLI
git
Git abstraction layer
github
GitHub CLI (gh) integration
output
Output utilities for gw CLI
state
State types for gw CLI