bgit 0.4.2

User-friendly Git wrapper for beginners, automating essential tasks like adding, committing, and pushing changes. It includes smart rules to avoid common pitfalls, such as accidentally adding sensitive files or directories and has exclusive support for portable hooks!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub(crate) mod pa01_ask_to_init_clone_git;
pub(crate) mod pa02_ask_to_clone_git;
pub(crate) mod pa03_init_git_repo;
pub(crate) mod pa04_ask_pop_stash;
pub(crate) mod pa05_ask_to_add;
pub(crate) mod pa05x_ask_add_mode;
pub(crate) mod pa06_ask_restore_changes;
pub(crate) mod pa07_ask_pull_push;
pub(crate) mod pa08_ask_commit;
pub(crate) mod pa09_ask_branch_name;
pub(crate) mod pa10_ask_same_feat;
pub(crate) mod pa11_ask_ai_commit_msg;
pub(crate) mod pa12_ask_commit_msg;
pub(crate) mod pa13_pull_push;
pub(crate) mod pa14_ai_commit_msg;