Méthode | Description | |
---|---|---|
Clone ( |
||
Clone ( string fromUrl, string toPath ) : |
Clone a repository and checkout the working directory.
|
|
Clone ( string fromUrl, string toPath, bool bare ) : |
Clone a repository and checkout the working directory only if bare == false
|
|
Init ( |
||
Init ( string path ) : void | ||
Init ( string path, bool bare ) : void |
public static Clone ( |
||
command | ||
Résultat |
public static Clone ( string fromUrl, string toPath ) : |
||
fromUrl | string | |
toPath | string | |
Résultat |
public static Clone ( string fromUrl, string toPath, bool bare ) : |
||
fromUrl | string | |
toPath | string | |
bare | bool | |
Résultat |
public static Init ( |
||
command | ||
Résultat | void |
public static Init ( string path, bool bare ) : void | ||
path | string | |
bare | bool | |
Résultat | void |