IGitPreparer.

EnsureLocalBranchExistsForCurrentBranch(IRemote, string) Method

Namespace
GitVersion
Containing Type
IGitPreparer

Syntax

void EnsureLocalBranchExistsForCurrentBranch(IRemote remote, string currentBranch)

Parameters

Name Type Description
remote IRemote
currentBranch string

Return Value

Type Description
void
GitHub