IMutatingGitRepository.

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

Summary

Fetches the given refSpecs from remote using the supplied credentials.
Namespace
GitVersion.Git
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