RepositoryFixtureBase.

Init(string, string) Method

Namespace
GitVersion.Testing
Containing Type
RepositoryFixtureBase

Syntax

public static void Init(string path, string branchName = "main")

Parameters

Name Type Description
path string
branchName string

Return Value

Type Description
void
GitHub