C# Class GitBin.Commands.PushCommand

Inheritance: ICommand
Afficher le fichier Open project: hbons/git-bin Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
PushCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

PushCommand() public méthode

public PushCommand ( ICacheManager cacheManager, IRemote remote, string args ) : System
cacheManager ICacheManager
remote IRemote
args string
Résultat System