GitSharp.Branch.ResetSoft C# (CSharp) Method

ResetSoft() private static method

private static ResetSoft ( Commit commit ) : void
commit Commit
return void
        private static void ResetSoft(Commit commit)
        {
            Ref.Update("HEAD", commit);
        }