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

Remote_Fetch_Configuration

mattt edited this page Aug 19, 2020 · 1 revision

Remote.Fetch.Configuration

public struct Configuration

Properties

`default`

var `default` = try! Configuration()

updateFetchHead

Whether to write the results to FETCH_HEAD. Defaults to on. Leave this default in order to behave like git.

var updateFetchHead:​ Bool

prune

var prune:​ Bool?

tagFollowing

var tagFollowing:​ TagFollowing?

customHeaders

Extra headers for this fetch operation

var customHeaders:[String]
Clone this wiki locally