- All Known Implementing Classes:
MkBranch, RtBranch
@Immutable
public interface Branch
Git branch.
- Since:
- 0.24
- See Also:
-
-
Method Summary
Commit that the branch currently points to.
-
Method Details
-
repo
The repo we're in.
- Returns:
- Repo
-
name
Name of the branch.
- Returns:
- Branch name
-
commit
Commit that the branch currently points to.
- Returns:
- Commit the branch currently points to