package volgo-git-backend

  1. Overview
  2. Docs

Module Branch.MakeSource

Parameters

Signature

include Volgo.Vcs.Trait.Branch.S with type t := t
Sourceval rename_current_branch : t -> repo_root:Volgo__.Repo_root.t -> to_:Volgo.Vcs.Branch_name.t -> (unit, Err.t) Result.t

This translates to git branch --move NAME, which is used to enforce the name of a default branch during tests.