git-std 0.11.11

Standard git workflow — commits, versioning, hooks
1
2
3
4
5
6
7
8
9
10
11
12
pub mod bootstrap;
pub mod bump;
pub mod changelog;
pub mod commit;
pub mod completions;
pub mod context;
pub mod doctor;
pub mod hook;
pub mod init;
pub mod lint;
pub mod update_check;
pub mod version;