mirror of
https://github.com/hujinyee/checkout.git
synced 2025-11-21 15:57:06 +00:00
add support for submodules (#173)
This commit is contained in:
@@ -7,6 +7,8 @@ export interface IGitSourceSettings {
|
||||
clean: boolean
|
||||
fetchDepth: number
|
||||
lfs: boolean
|
||||
submodules: boolean
|
||||
nestedSubmodules: boolean
|
||||
authToken: string
|
||||
persistCredentials: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user