Function git

Source
pub fn git(
    graph: Arc<Mutex<Graph>>,
    url: String,
    reset: bool,
) -> Result<Git, Error>