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.
fn find_repo() -> Result<Repository, Error>
Walks up from the current working directory until it finds a .git
and opens that repo. Panics (Err) if none is found.