IRepositoryStore.

FindBranch(ReferenceName) Method

Summary

Finds and returns the branch with the given branchName, or null if not found.
Namespace
GitVersion
Containing Type
IRepositoryStore

Syntax

IBranch FindBranch(ReferenceName branchName)

Parameters

Name Type Description
branchName ReferenceName

Return Value

Type Description
IBranch
GitHub