IRepositoryStore.

GetTargetBranch(string) Method

Summary

Resolves and returns the branch that matches targetBranchName, creating a local branch if necessary.
Namespace
GitVersion
Containing Type
IRepositoryStore

Syntax

IBranch GetTargetBranch(string targetBranchName)

Parameters

Name Type Description
targetBranchName string

Return Value

Type Description
IBranch
GitHub