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