Kudu.Core.SourceControl.Git.LibGit2SharpRepository.UpdateRef C# (CSharp) Méthode

UpdateRef() public méthode

public UpdateRef ( string toBeUpdatedToAlias ) : void
toBeUpdatedToAlias string
Résultat void
        public void UpdateRef(string toBeUpdatedToAlias)
        {
            UpdateRawRef(string.Format("refs/heads/{0}", "master"), string.Format("refs/heads/{0}", toBeUpdatedToAlias));
        }