We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A branch, note, or tag.
public class Reference
Equatable
name
The reference name.
var name: String
owner
The repository containing the reference.
var owner: Repository
target
var target: Object?
normalize(name:format:)
public static func normalize(name: String, format: Format = .normal) throws -> String
==(lhs:rhs:)
public static func ==(lhs: Reference, rhs: Reference) -> Bool