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