IRepositoryStore.

GetBranchesForCommit(ICommit) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IEnumerable<IBranch> GetBranchesForCommit(ICommit commit)

Parameters

Name Type Description
commit ICommit

Return Value

Type Description
IEnumerable<IBranch>
GitHub