maestro_git 0.2.2-alpha.4

Stylish developer workflows
Documentation
1
2
3
4
5
6
7
8
9
10
# maestro_git

API for keeping workspace repositories up to date and collecting local state
of repositories. Used by the [maestro] crate to create stylish developer
workflows.

The [sync_repos.rs example] demonstrates a sync that pulls a couple of commits.

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