IGitRepositoryInfo Interface

Namespace
GitVersion
graph BT Type["IGitRepositoryInfo"] class Type type-node

Syntax

public interface IGitRepositoryInfo

Properties

Name Value Summary
DotGitDirectory string
DynamicGitRepositoryPath string
GitRootPath string
ProjectRootDirectory string

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IGitRepositoryInfo>(string) T
GitHub