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.
public struct Configuration
`default`
var `default` = try! Configuration()
checkoutConfiguration
var checkoutConfiguration: Repository.Checkout.Configuration
fetchConfiguration
var fetchConfiguration: Remote.Fetch.Configuration
bare
Set to zero (false) to create a standard repo, or non-zero for a bare repo
var bare: Bool
local
Whether to use a fetch or copy the object database.
var local: Local
checkoutBranch
The name of the branch to checkout. NULL means use the remote's default branch.
var checkoutBranch: String?