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