RepositoryStore.

ExcludingBranches(IEnumerable<IBranch>) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

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

Parameters

Name Type Description
branchesToExclude IEnumerable<IBranch>

Return Value

Type Description
IEnumerable<IBranch>
GitHub