public Temp_Repo(Temp_Repo tempRepo) { nGit = tempRepo.nGit; repoPath = tempRepo.repoPath; deleteRepo = tempRepo.deleteRepo; }
public Test_RefLogs(Temp_Repo tempRepo) : base(tempRepo) { }