Skip to main content

init_repository

Function init_repository 

Source
pub fn init_repository(
    path: &Path,
    bare: bool,
    initial_branch: Option<&str>,
) -> Result<RepositoryInfo>