- Namespace
- GitVersion
- Implementing Types
graph BT Type["IGitRepository"] class Type type-node
Implementing0["IMutatingGitRepository"]-.->Type click
Implementing0 "/api/GitVersion/IMutatingGitRepository"
Syntax
public interface IGitRepository
Properties
| Name | Value | Summary |
|---|---|---|
| Branches | IBranchCollection | |
| Commits | ICommitCollection | |
| Head | IBranch | |
| IsHeadDetached | bool | |
| Path | string | |
| Refs | IReferenceCollection | |
| Remotes | IRemoteCollection | |
| Tags | ITagCollection | |
| WorkingDirectory | string |
Methods
| Name | Value | Summary |
|---|---|---|
|
FindMergeBase |
ICommit | |
|
Get |
int |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
|
NotNull |
T |
From
CommonExtensions
|