Interface: GitRepo

Represents a Git repository and a matching pattern/glob for files.

See

LocalPath

Table of contents

Properties

Properties

branch

Optional branch: string

An optional branch name.

Default

"main"

Defined in

types.ts:68


pattern

pattern: string

The file pattern / glob to match.

Defined in

types.ts:58


pull

Optional pull: boolean

Should pull the latest changes? (merge from origin)

Default

false

Defined in

types.ts:63


url

url: string

The remote Git repository URL.

Defined in

types.ts:56


workingDir

Optional workingDir: string

The directory where the repo should be cloned to.

Default

"$TMP/$repoName/$branch"

Defined in

types.ts:73