IRepositoryStore.

ExcludingBranches(IEnumerable<IBranch>) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IEnumerable<IBranch> ExcludingBranches(IEnumerable<IBranch> branchesToExclude)

Parameters

Name Type Description
branchesToExclude IEnumerable<IBranch>

Return Value

Type Description
IEnumerable<IBranch>
GitHub