gitgrip 0.19.0

Multi-repo workflow tool - manage multiple git repositories as one
Documentation
//! CLI command implementations
//!
//! Each command is implemented in its own module.

pub mod add;
pub mod agent;
pub mod bench;
pub mod branch;
pub mod cache;
pub mod channel;
pub mod checkout;
pub mod cherry_pick;
pub mod ci;
pub mod commit;
pub mod diff;
pub mod env;
pub mod forall;
pub mod gc;
pub mod grep;
pub mod group;
pub mod init;
pub mod issue;
pub mod link;
pub mod manifest;
pub mod migrate;
pub mod pr;
pub mod prune;
pub mod pull;
pub mod push;
pub mod rebase;
pub mod release;
pub mod repo;
pub mod restore;
pub mod run;
pub mod spawn;
pub mod status;
pub mod sync;
pub mod target;
pub mod tree;
pub mod verify;