C# Class GitSharp.PushCommand

Inheritance: AbstractCommand
Show file Open project: jagregory/GitSharp

Public Methods

Method Description
AddAll ( ) : void
AddTags ( ) : void
Execute ( ) : void
PushCommand ( ) : System.Collections.Generic

Private Methods

Method Description
printPushResult ( URIish uri, PushResult result ) : void
printRefUpdateResult ( URIish uri, OperationResult result, RemoteRefUpdate rru ) : void
printUpdateLine ( char flag, string summary, string srcRef, string destRef, string message ) : void

Method Details

AddAll() public method

public AddAll ( ) : void
return void

AddTags() public method

public AddTags ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

PushCommand() public method

public PushCommand ( ) : System.Collections.Generic
return System.Collections.Generic