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
pattern
• pattern: string
The file pattern / glob to match.
Defined in
pull
• Optional
pull: boolean
Should pull the latest changes? (merge from origin)
Default
false
Defined in
url
• url: string
The remote Git repository URL.
Defined in
workingDir
• Optional
workingDir: string
The directory where the repo should be cloned to.
Default
"$TMP/$repoName/$branch"