Repository.this

  1. this(string remote, string ref_)
    struct Repository
    this
    (
    string remote
    ,
    string ref_
    )
  2. this(string remote)

Parameters

remote string

Repository remote.

ref_ string

Reference to use (SHA1, tag, branch name...)

Meta