Summary
Find the commit where the given branch was branched from another
branch. If there are multiple such commits and branches, tries to
guess based on commit histories.
- Namespace
-
GitVersion
.Common - Containing Type
- IRepositoryStore
Syntax
BranchCommit FindCommitBranchWasBranchedFrom(IBranch branch, Config configuration, params IBranch[] excludedBranches)
Parameters
Return Value
Type | Description |
---|---|
BranchCommit |