IRemoteCollection.

Update(string, string) Method

Summary

Adds or updates the fetch refspec for the remote identified by remoteName.
Namespace
GitVersion.Git
Containing Type
IRemoteCollection

Syntax

void Update(string remoteName, string refSpec)

Parameters

Name Type Description
remoteName string
refSpec string

Return Value

Type Description
void
GitHub