Function git_repository::init_bare
source · pub fn init_bare(directory: impl AsRef<Path>) -> Result<Repository, Error>
Expand description
See ThreadSafeRepository::init(), but returns a Repository
instead.
pub fn init_bare(directory: impl AsRef<Path>) -> Result<Repository, Error>
See ThreadSafeRepository::init(), but returns a Repository
instead.