This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Branch
mattt edited this page Aug 20, 2020
·
4 revisions
A named reference to a commit.
public final class Branch: Reference
The referenced commit.
var commit: Commit?
The short name of the branch.
var shortName: String
Whether HEAD
points to the branch.
var isHEAD: Bool
Whether the branch is checked out.
var isCheckedOut: Bool
Whether the branch is a remote tracking branch.
var isRemote: Bool
Whether the branch is local.
var isLocal: Bool
Generated at 2020-09-02T17:06:43+0000 using swift-doc 1.0.0-beta.4.
Types
- Blob
- Branch
- Commit
- Credentials
- Error
- Message
- Note
- Object
- Object.ID
- Reference
- Reference.Format
- Remote
- Remote.Fetch
- Remote.Fetch.Configuration
- Remote.Fetch.TagFollowing
- Repository
- Repository.Attributes
- Repository.Attributes.Value
- Repository.Checkout
- Repository.Checkout.Configuration
- Repository.Checkout.ConflictResolution
- Repository.Checkout.Strategy
- Repository.Clone
- Repository.Clone.Configuration
- Repository.Clone.Local
- Repository.Head
- Repository.Index
- Repository.Index.Entry
- Repository.Index.Stage
- RevisionSortingOptions
- Signature
- Tag
- Tag.Annotation
- Tree
- Tree.Entry