RepositoryStore.

GetBranchesForCommit(ICommit) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

public IEnumerable<IBranch> GetBranchesForCommit(ICommit commit)

Parameters

Name Type Description
commit ICommit

Return Value

Type Description
IEnumerable<IBranch>
GitHub