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
pub(crate) mod ta01_is_git_repo;
pub(crate) mod ta02_has_stash;
pub(crate) mod ta03_pop_stash;
pub(crate) mod ta04_has_unstaged;
pub(crate) mod ta07_has_uncommitted;
pub(crate) mod ta08_is_pulled_pushed;
pub(crate) mod ta10_is_branch_main;
pub(crate) mod ta11_is_sole_contributor;
pub(crate) mod ta12_move_changes;