pub type Git
pub fn branch(g: Git, name: String) -> Git
pub fn commit(g: Git) -> Git
pub fn id(g: Git) -> Promise(String)
pub fn tree(g: Git) -> Directory