SubmoduleOpts
SubmoduleOpts =
object
Defined in: src/core/repo.ts:1540
Options for git submodule
Properties
checkout?
optionalcheckout:boolean
Defined in: src/core/repo.ts:1554
Checkout the superproject’s recorded commit
filter?
optionalfilter:string
Defined in: src/core/repo.ts:1566
Partial clone filter specification
force?
optionalforce:boolean
Defined in: src/core/repo.ts:1548
Force update
init?
optionalinit:boolean
Defined in: src/core/repo.ts:1544
Initialize submodules
merge?
optionalmerge:boolean
Defined in: src/core/repo.ts:1556
Merge the commit into the current branch
noFetch?
optionalnoFetch:boolean
Defined in: src/core/repo.ts:1552
Do not fetch from remotes
rebase?
optionalrebase:boolean
Defined in: src/core/repo.ts:1558
Rebase the current branch onto the commit
recommendShallow?
optionalrecommendShallow:boolean
Defined in: src/core/repo.ts:1560
Use recommended shallow clone depth
recursive?
optionalrecursive:boolean
Defined in: src/core/repo.ts:1542
Recursive operation
reference?
optionalreference:string
Defined in: src/core/repo.ts:1562
Reference repository for shared clone
remote?
optionalremote:boolean
Defined in: src/core/repo.ts:1546
Remote tracking branch
singleBranch?
optionalsingleBranch:boolean
Defined in: src/core/repo.ts:1564
Clone only one branch