There was an error while loading. Please reload this page.
public struct Configuration
`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]