Skip to main content

init_with

Function init_with 

Source
pub fn init_with(
    path: impl AsRef<Path>,
    options: &InitOptions,
) -> AppResult<Git2Repository>
Expand description

Creates a new git repository at the given path with explicit options.