pub fn find_repo_root_folder() -> Result<PathBuf>
returns a path pointing to the folder containing .repo, or io::Error in case the .repo folder couldn’t been found in the cwd or any of its parent folders.