Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for further refining the git stash command.

Hierarchy

  • Stash

Index

Properties

Properties

action?: "list" | "pop" | "apply" | "drop" | "push" | "clear"

The kind of stash action.

id?: string

The stash id. This is an optional argument for actions of kind 'apply', 'pop' and 'drop'.

message?: string

The stash message. This is an optional argument for the push action.