C# Class GitBin.Commands.PushCommand

Inheritance: ICommand
Mostrar archivo Open project: hbons/git-bin Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
PushCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

PushCommand() public method

public PushCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System
cacheManager ICacheManager
remote IRemote
args string
return System