BaseGitFlowRepositoryFixture.

BaseGitFlowRepositoryFixture(string, string) Constructor

Summary

Creates a repo with a develop branch off main which is a single commit ahead of main branch

Main will be tagged with the initial version before branching develop

Syntax

public BaseGitFlowRepositoryFixture(string initialVersion, string branchName = "main")

Parameters

Name Type Description
initialVersion string
branchName string

Return Value

Type Description
void
GitHub