IRemoteCollection.

Remove(string) Method

Summary

Removes the remote identified by remoteName from the repository configuration.
Namespace
GitVersion.Git
Containing Type
IRemoteCollection

Syntax

void Remove(string remoteName)

Parameters

Name Type Description
remoteName string

Return Value

Type Description
void
GitHub