maestro_git 0.2.2-alpha.6

API using libgit2 for stylish version control workflows
Documentation
1
2
3
4
5
6
7
8
9
# maestro_git

API using libgit2 for stylish version control workflows. Used by the [maestro]
crate and you should check it out with `cargo install maestro`.

The [sync_repos.rs example] demonstrates syncing a repository with this crate.

[maestro]: https://crates.io/crates/maestro
[sync_repos.rs example]: https://github.com/eighty4/maestro/blob/main/git/examples/sync_repos.rs