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
- Namespace
-
GitVersion
.Testing - Containing Type
-
Base
Git Flow Repository Fixture
Syntax
public BaseGitFlowRepositoryFixture(Action<IRepository> initialMainAction, string branchName = "main")
Parameters
| Name | Type | Description |
|---|---|---|
| initialMainAction | Action |
|
| branchName | string |
Return Value
| Type | Description |
|---|---|
| void |