package volgo-git-backend

  1. Overview
  2. Docs

Module Init.MakeSource

Parameters

Signature

include Volgo.Vcs.Trait.Init.S with type t := t
Sourceval init : t -> path:Fpath_sexp0.Absolute_path.t -> (Volgo__.Repo_root.t, Err.t) Result.t

Initialize a git repository at the given path. This errors out if a repository is already initialized there.