Reference - SwiftDocOrg/Git GitHub Wiki
Reference
A branch, note, or tag.
public class Reference
Inheritance
Equatable
Properties
name
The reference name.
var name:β String
owner
The repository containing the reference.
var owner:β Repository
target
var target:β Object?
Methods
normalize(name:βformat:β)
public static func normalize(name:β String, format:β Format = .normal) throws -> String
==(lhs:βrhs:β)
public static func ==(lhs:β Reference, rhs:β Reference) -> Bool