--- layout: default menu_item: api title: CloneOptions description: Version 0.24.0 menu_item: api return_to: "API Documentation Index": /api/ sections: "Instance Variables": "#ivars" --- ```js var cloneOptions = new CloneOptions(); ``` ## Instance Variables | Variable | Type | Description | | --- | --- | --- | | bare | Number | | | checkoutBranch | String | | | checkoutOpts | CheckoutOptions | | | fetchOpts | FetchOptions | | | local | Number | | | remoteCbPayload | Void | | | repositoryCbPayload | Void | | | version | Number | |