Init.Make
type t = Runtime.t
include Volgo.Vcs.Trait.Init.S with type t := t
val init :
t ->
path:Fpath_sexp0.Absolute_path.t ->
(Volgo__.Repo_root.t, Err.t) Stdlib.Result.t
Initialize a git repository at the given path. This errors out if a repository is already initialized there.