Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Sep 1, 2020 · 2 revisions

Remote

public class Remote

Initializers

init(name:​url:​)

Creates a detatched remote with the specified name and url.

public convenience init(name:​ String? = nil, url:​ URL) throws

Parameters

  • name:​ The name of the remote, if any.
  • url:​ The url of the remote.
Clone this wiki locally