IRemote.

PushRefSpecs Property

Summary

Gets the refspecs used when pushing to this remote.
Namespace
GitVersion.Git
Containing Type
IRemote

Syntax

IEnumerable<IRefSpec> PushRefSpecs { get; }

Value

Type Description
IEnumerable<IRefSpec>
GitHub