C# Class GitSharp.Commands

Afficher le fichier Open project: stschake/GitSharp

Méthodes publiques

Méthode Description
Clone ( CloneCommand command ) : Repository
Clone ( string fromUrl, string toPath ) : Repository

Clone a repository and checkout the working directory.

Clone ( string fromUrl, string toPath, bool bare ) : Repository

Clone a repository and checkout the working directory only if bare == false

Init ( InitCommand command ) : void
Init ( string path ) : void
Init ( string path, bool bare ) : void

Method Details

Clone() public static méthode

public static Clone ( CloneCommand command ) : Repository
command CloneCommand
Résultat Repository

Clone() public static méthode

Clone a repository and checkout the working directory.
public static Clone ( string fromUrl, string toPath ) : Repository
fromUrl string
toPath string
Résultat Repository

Clone() public static méthode

Clone a repository and checkout the working directory only if bare == false
public static Clone ( string fromUrl, string toPath, bool bare ) : Repository
fromUrl string
toPath string
bare bool
Résultat Repository

Init() public static méthode

public static Init ( InitCommand command ) : void
command InitCommand
Résultat void

Init() public static méthode

public static Init ( string path ) : void
path string
Résultat void

Init() public static méthode

public static Init ( string path, bool bare ) : void
path string
bare bool
Résultat void