Readonly
nameThe short name of the branch. For instance; master
.
Readonly
nameThe name of the branch without the remote prefix. If the branch is a local
branch, this is the same as its name
.
Optional
Readonly
remoteThe name of the remote of the upstream.
Readonly
tipThe commit associated with this branch.
Readonly
typeOptional
Readonly
upstreamThe remote-prefixed upstream name. For instance; origin/master
.
Optional
Readonly
upstreamThe name of the branch's upstream without the remote prefix.
Representation of a Git branch.