RepositoryFixtureBase.

BranchTo(string, string) Method

Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public void BranchTo(string branchName, string as = null)

Parameters

Name Type Description
branchName string
as string

Return Value

Type Description
void
GitHub