pub fn open_repo(path: &str) -> Result<Repository, Error>
Expand description
This (re-)initializes the repository located in the specified path
.
This is actually not used in CI for file permissions and ownership reasons. Rather this is only (supposed to be) used when executed on a local developer machine.