コンテンツにスキップ

RmOpts

このコンテンツはまだ日本語訳がありません。

RmOpts = object

Defined in: src/core/repo.ts:991

Options for git rm

Properties

cached?

optional cached: boolean

Defined in: src/core/repo.ts:996

Remove from index only (keep in working tree)


dryRun?

optional dryRun: boolean

Defined in: src/core/repo.ts:1000

Dry run


force?

optional force: boolean

Defined in: src/core/repo.ts:994

Force removal


ignoreUnmatch?

optional ignoreUnmatch: boolean

Defined in: src/core/repo.ts:1006

Exit with zero status even if no files matched


pathspecFromFile?

optional pathspecFromFile: string

Defined in: src/core/repo.ts:1010

Read pathspecs from file instead of command line


quiet?

optional quiet: boolean

Defined in: src/core/repo.ts:1004

Suppress output


recursive?

optional recursive: boolean

Defined in: src/core/repo.ts:998

Allow recursive removal


sparse?

optional sparse: boolean

Defined in: src/core/repo.ts:1008

Allow removing files outside of sparse-checkout cone