pub fn init(path: impl AsRef<Path>) -> AppResult<Git2Repository>Expand description
Creates a new git repository at the given path.
The initial branch is DEFAULT_BRANCH, pinned explicitly so the trunk
name does not depend on the host’s Git configuration.