Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Repository_Head

mattt edited this page Aug 17, 2020 · 3 revisions

Repository.Head

The repository HEAD reference.

public enum Head

Inheritance

Equatable

Enumeration Cases

attached

case attached(:​ Branch)

detached

case detached(:​ Commit)

Properties

attached

var attached:​ Bool

detached

var detached:​ Bool

branch

var branch:​ Branch?

commit

var commit:​ Commit?
Clone this wiki locally