C# 클래스 GameCreator.Projects.Git.GitHelper

파일 보기 프로젝트 열기: joshwyant/game-creator 1 사용 예제들

공개 메소드들

메소드 설명
AddAllFiles ( ) : bool
AddToSourceControl ( ) : bool
Commit ( string message ) : bool
GitHelper ( string location ) : System
InitializeDirecory ( ) : bool

메소드 상세

AddAllFiles() 공개 메소드

public AddAllFiles ( ) : bool
리턴 bool

AddToSourceControl() 공개 메소드

public AddToSourceControl ( ) : bool
리턴 bool

Commit() 공개 메소드

public Commit ( string message ) : bool
message string
리턴 bool

GitHelper() 공개 메소드

public GitHelper ( string location ) : System
location string
리턴 System

InitializeDirecory() 공개 메소드

public InitializeDirecory ( ) : bool
리턴 bool