BaseGitFlowRepositoryFixture.

BaseGitFlowRepositoryFixture(Action<IRepository>, string) Constructor

Summary

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

The initial setup actions will be performed before branching develop

Syntax

public BaseGitFlowRepositoryFixture(Action<IRepository> initialMainAction, string branchName = "main")

Parameters

Name Type Description
initialMainAction Action<IRepository>
branchName string

Return Value

Type Description
void
GitHub