RepositoryFixtureBase.

Fetch(string, FetchOptions?) Method

Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public void Fetch(string remote, FetchOptions? options = null)

Parameters

Name Type Description
remote string
options FetchOptions?

Return Value

Type Description
void
GitHub