Skip to main content

GitOptions

Index

Properties

optionalauthenticate

authenticate?: (options: GitAuthenticateOptions, callback: (error?: Error) => undefined | void) => undefined | void | Promise<undefined | void | Error>

Type declaration

    • (options: GitAuthenticateOptions, callback: (error?: Error) => undefined | void): undefined | void | Promise<undefined | void | Error>
    • Parameters

      Returns undefined | void | Promise<undefined | void | Error>

optionalautoCreate

autoCreate?: boolean

optionalcheckout

checkout?: boolean