GitSharp.PushCommand.PushCommand C# (CSharp) Method

PushCommand() public method

public PushCommand ( ) : System.Collections.Generic
return System.Collections.Generic
        public PushCommand()
        {
            Remote = "origin";
            ProgressMonitor = NullProgressMonitor.Instance;
        }