IGitRepository.

FindMergeBase(ICommit, ICommit) Method

Namespace
GitVersion
Containing Type
IGitRepository

Syntax

ICommit FindMergeBase(ICommit commit, ICommit otherCommit)

Parameters

Name Type Description
commit ICommit
otherCommit ICommit

Return Value

Type Description
ICommit
GitHub