IMutatingGitRepository.

Fetch(string, IEnumerable<string>, AuthenticationInfo, string) Method

Namespace
GitVersion
Containing Type
IMutatingGitRepository

Syntax

void Fetch(string remote, IEnumerable<string> refSpecs, AuthenticationInfo auth, string logMessage)

Parameters

Name Type Description
remote string
refSpecs IEnumerable<string>
auth AuthenticationInfo
logMessage string

Return Value

Type Description
void
GitHub