Function find_repo

Source
fn find_repo() -> Result<Repository, Error>
Expand description

Walks up from the current working directory until it finds a .git and opens that repo. Panics (Err) if none is found.