Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Stash

Options for further refining the git stash command.

Hierarchy

  • Stash

Index

Properties

Properties

Optional Readonly action

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

The kind of stash action.

Optional Readonly id

id: string

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

Optional Readonly message

message: string

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