Captain is currently in ALPHA. We are happy to get your feedback
Core API
Helpers Utils Git

Module: helpers/utils/git

Table of contents

Interfaces

Functions

Functions

clone

clone(repository, destination, options?): Promise<void>

Parameters

NameType
repositorystring
destinationstring
options?GitCloneOptions

Returns

Promise<void>

Defined in

src/electron/helpers/utils/git.ts:36 (opens in a new tab)


git

git(): string

Returns

string

Defined in

src/electron/helpers/utils/git.ts:32 (opens in a new tab)


lfs

lfs(): Promise<string>

Returns

Promise<string>

Defined in

src/electron/helpers/utils/git.ts:137 (opens in a new tab)