pub type GitConfig = BTreeMap<String, String>;
A more user-friendly config object
pub struct GitConfig { /* private fields */ }