IGitPreparer.

EnsureLocalBranchExistsForCurrentBranch(IRemote, string) Method

Summary

Ensures a local branch exists that tracks the supplied currentBranch on the given remote.
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