agit 1.3.0

AI-native Git wrapper for capturing context alongside code
Documentation
1
2
3
4
5
6
7
//! Git integration module.
//!
//! Provides a wrapper around git2 for Git operations.

mod repository;

pub use repository::*;