コンテンツにスキップ

StashPushOpts

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

StashPushOpts = object

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

Options for git stash push

Properties

all?

optional all: boolean

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

Stash all files including untracked and ignored


includeUntracked?

optional includeUntracked: boolean

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

Include untracked files


keepIndex?

optional keepIndex: boolean

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

Keep index


message?

optional message: string

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

Stash message


paths?

optional paths: string[]

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

Specific paths to stash


pathspecFromFile?

optional pathspecFromFile: string

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

Read pathspecs from file instead of command line


quiet?

optional quiet: boolean

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

Suppress output


staged?

optional staged: boolean

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

Stash only staged changes