RepositoryFixtureBase.

MergeNoFF(string) Method

Summary

Merges (no-ff) specified branch into the current HEAD of this repository
Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public void MergeNoFF(string mergeSource)

Parameters

Name Type Description
mergeSource string

Return Value

Type Description
void
GitHub