IRemoteCollection.

this[string] Property

Summary

Returns the remote with the given name, or null if it does not exist.
Namespace
GitVersion.Git
Containing Type
IRemoteCollection

Syntax

IRemote this[string name] { get; }

Parameters

Name Type Description
name string

Value

Type Description
IRemote
GitHub