# 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