GitSharp.Branch.Merge C# (CSharp) Method

Merge() public method

public Merge ( Branch other ) : void
other Branch
return void
        public void Merge(Branch other)
        {
            throw new NotImplementedException();
        }