RepositoryFixtureBase.

MergeTo(string, bool) Method

Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public void MergeTo(string branchName, bool removeBranchAfterMerging = false)

Parameters

Name Type Description
branchName string
removeBranchAfterMerging bool

Return Value

Type Description
void
GitHub