Kudu.Core.SourceControl.Git.LibGit2SharpRepository.UpdateRef C# (CSharp) 메소드

UpdateRef() 공개 메소드

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