RmOpts
このコンテンツはまだ日本語訳がありません。
RmOpts =
object
Defined in: src/core/repo.ts:991
Options for git rm
Properties
cached?
optionalcached:boolean
Defined in: src/core/repo.ts:996
Remove from index only (keep in working tree)
dryRun?
optionaldryRun:boolean
Defined in: src/core/repo.ts:1000
Dry run
force?
optionalforce:boolean
Defined in: src/core/repo.ts:994
Force removal
ignoreUnmatch?
optionalignoreUnmatch:boolean
Defined in: src/core/repo.ts:1006
Exit with zero status even if no files matched
pathspecFromFile?
optionalpathspecFromFile:string
Defined in: src/core/repo.ts:1010
Read pathspecs from file instead of command line
quiet?
optionalquiet:boolean
Defined in: src/core/repo.ts:1004
Suppress output
recursive?
optionalrecursive:boolean
Defined in: src/core/repo.ts:998
Allow recursive removal
sparse?
optionalsparse:boolean
Defined in: src/core/repo.ts:1008
Allow removing files outside of sparse-checkout cone