C# 클래스 GitSharp.Init

파일 보기 프로젝트 열기: jagregory/jagregory-gitsharp

공개 메소드들

메소드 설명
Init ( string path ) : System.IO
Run ( ) : void

비공개 메소드들

메소드 설명
CreateDefaultFiles ( string gitDir ) : void
CreateDirectoryStructure ( string gitDir ) : void
CreateGitDirectory ( ) : string
EnsureRootExists ( ) : void
WriteFile ( string gitDir, string filename ) : void

메소드 상세

Init() 공개 메소드

public Init ( string path ) : System.IO
path string
리턴 System.IO

Run() 공개 메소드

public Run ( ) : void
리턴 void