IRemote Interface

Namespace
GitVersion
Interfaces
graph BT Type-.->Interface0["IEquatable<IRemote>"] Type-.->Interface1["IComparable<IRemote>"] Type["IRemote"] class Type type-node

Syntax

public interface IRemote : IEquatable<IRemote>, IComparable<IRemote>

Properties

Name Value Summary
FetchRefSpecs IEnumerable<IRefSpec>
Name string
PushRefSpecs IEnumerable<IRefSpec>
RefSpecs IEnumerable<IRefSpec>
Url string

Extension Methods

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