IBranchCollection.

ExcludeBranches(IEnumerable<IBranch>) Method

Namespace
GitVersion
Containing Type
IBranchCollection

Syntax

IEnumerable<IBranch> ExcludeBranches(IEnumerable<IBranch> branchesToExclude)

Parameters

Name Type Description
branchesToExclude IEnumerable<IBranch>

Return Value

Type Description
IEnumerable<IBranch>
GitHub