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