C# Класс GitSharp.Commands

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Clone() публичный статический Метод

public static Clone ( CloneCommand command ) : Repository
command CloneCommand
Результат Repository

Clone() публичный статический Метод

Clone a repository and checkout the working directory.
public static Clone ( string fromUrl, string toPath ) : Repository
fromUrl string
toPath string
Результат Repository

Clone() публичный статический Метод

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
Результат Repository

Init() публичный статический Метод

public static Init ( InitCommand command ) : void
command InitCommand
Результат void

Init() публичный статический Метод

public static Init ( string path ) : void
path string
Результат void

Init() публичный статический Метод

public static Init ( string path, bool bare ) : void
path string
bare bool
Результат void