git-shadow 0.0.3

Standalone shadow copies of git repos (or parts of them) in a working directory.
1
2
3
4
5
pub mod clone;
pub mod list;
pub mod passthrough;
pub mod remove;
pub mod sync;