gitorii 0.6.2

A human-first Git client with simplified commands, snapshots, multi-platform mirrors and built-in secret scanning
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod dashboard;
pub mod diff;
pub mod log;
pub mod branch;
pub mod commit;
pub mod snapshot;
pub mod sync;
pub mod tag;
pub mod history;
pub mod remote;
pub mod mirror;
pub mod workspace;
pub mod pr;
pub mod issue;
pub mod config;
pub mod settings;
pub mod help;