git-gamble 2.14.2

blend TDD + TCR to make sure to develop the right thing 😌, baby step by baby step πŸ‘ΆπŸ¦Ά
Documentation
pub mod gamble;

pub mod cli;

#[cfg(feature = "with_subcommand_generate_shell_completions")]
pub mod subcommand_generate_shell_completions;

#[cfg(feature = "with_subcommand_hook")]
pub mod subcommand_hook;

mod gamble_result;

mod repository;

mod command_choice;
mod commit;
mod revert;

mod git_is_required;