예제 #1
0
 private bool HasCreationInfo(string repositoryPath, string repositoryName)
 {
     return(GitConfig.HasValue(repositoryPath, $"branch.{repositoryName}.createdDateTime"));
 }
예제 #2
0
 private bool HasDescription(string repositoryPath, string repositoryName)
 {
     return(GitConfig.HasValue(repositoryPath, $"branch.{repositoryName}.description"));
 }
예제 #3
0
 private bool HasID(string repositoryPath, string repositoryName)
 {
     return(GitConfig.HasValue(repositoryPath, $"branch.{repositoryName}.id"));
 }