Function git_repository::path::create::into[][src]

pub fn into(directory: impl Into<PathBuf>, kind: Kind) -> Result<Path, Error>
Expand description

Create a new .git repository of kind within the possibly non-existing directory and return its path.