agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! CLI command implementations.

pub mod add;
pub mod commit;
pub mod hooks;
pub mod init;
pub mod log;
pub mod migrate;
pub mod pull;
pub mod push;
pub mod record;
pub mod reset;
pub mod search;
pub mod server;
pub mod show;
pub mod status;
pub mod sync;