IRemote.

FetchRefSpecs Property

Summary

Gets the refspecs used when fetching from this remote.
Namespace
GitVersion.Git
Containing Type
IRemote

Syntax

IEnumerable<IRefSpec> FetchRefSpecs { get; }

Value

Type Description
IEnumerable<IRefSpec>
GitHub