コード例 #1
0
ファイル: TestRepository.cs プロジェクト: izevaka/kudu
 public TestRepository(string repositoryName)
 {
     _physicalPath = Git.GetRepositoryPath(repositoryName);
     _repository   = new GitExeRepository(_physicalPath);
 }