This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Git.
Summary
Gets the commit this branch points to.
- Assembly
- Cake
.Git .dll - Namespace
- Cake
.Git - Containing Type
- GitBranch
Syntax
public GitCommit Tip { get; }
Value
Type | Description |
---|---|
GitCommit | The commit this branch points to. |