Summary
Returns branches that contain the given
commit in their history.
- Namespace
- GitVersion
- Containing Type
- IRepositoryStore
Syntax
IEnumerable<IBranch> GetBranchesContainingCommit(ICommit commit, IEnumerable<IBranch>? branches = null, bool onlyTrackedBranches = false)
Parameters
Return Value
| Type | Description |
|---|---|
|
IEnumerable |