C# Class GitSharp.CloneCommand

Inheritance: AbstractFetchCommand
Afficher le fichier Open project: jagregory/GitSharp Class Usage Examples

Méthodes publiques

Méthode Description
CloneCommand ( ) : System
Execute ( ) : void

Private Methods

Méthode Description
doCheckout ( GitSharp branch ) : void
guessHEAD ( FetchResult result ) : Ref
runFetch ( ) : FetchResult
saveRemote ( URIish uri ) : void

Method Details

CloneCommand() public méthode

public CloneCommand ( ) : System
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void