C# 클래스 GitSharp.Commands

파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
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