Branch - SwiftDocOrg/Git GitHub Wiki
Branch
A named reference to a commit.
public final class Branch: Reference
Inheritance
Properties
commit
The referenced commit.
var commit: Commit?
shortName
The short name of the branch.
var shortName: String
isHEAD
Whether HEAD points to the branch.
var isHEAD: Bool
isCheckedOut
Whether the branch is checked out.
var isCheckedOut: Bool
isRemote
Whether the branch is a remote tracking branch.
var isRemote: Bool
isLocal
Whether the branch is local.
var isLocal: Bool