IGitRepository.

FindMergeBase(ICommit, ICommit) Method

Summary

Finds the best common ancestor between commit and otherCommit.
Namespace
GitVersion.Git
Containing Type
IGitRepository

Syntax

ICommit FindMergeBase(ICommit commit, ICommit otherCommit)

Parameters

Name Type Description
commit ICommit
otherCommit ICommit

Return Value

Type Description
ICommit
GitHub