//! Git backend for credential storage and retrieval.
pub use GitRepo;
use Path;
/// Trait for Git-like backends that store and retrieve credential snapshots.
///
/// Implement this trait to provide a custom storage backend (e.g. GitLab,
/// a custom Git server, or even a non-Git store).