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
- Containing Type
- RepositoryStore
Syntax
public BranchCommit FindCommitBranchWasBranchedFrom(IBranch branch, Config configuration, params IBranch[] excludedBranches)
Parameters
Return Value
Type | Description |
---|---|
BranchCommit |