git-workflow 0.4.1

Git guardrails for AI coding agents - safe git workflows with clear state feedback
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Command implementations

pub mod abandon;
pub mod cleanup;
mod helpers;
pub mod home;
pub mod new;
pub mod pause;
pub mod status;
pub mod sync;
pub mod undo;
pub mod worktree_pool;