Summary
Find the merge base of the two branches, i.e. the best common
ancestor of the two branches' tips.
- Namespace
-
GitVersion
.Common - Containing Type
- IRepositoryStore
Syntax
ICommit FindMergeBase(IBranch branch, IBranch otherBranch)
Parameters
Return Value
Type | Description |
---|---|
ICommit |