Skip to content

gtl stash apply

Parent command: gtl stash.

Apply a stash by numeric index. Defaults to stash 0 when no index is provided.

Usage

bash
gtl stash apply [index] [flags]

Examples

bash
gtl stash apply
gtl stash apply 2
gtl stash apply 1 --drop

Full Help

text
Apply a stash by numeric index. Defaults to stash 0 when no index is provided.

Usage:
  gtl stash apply [index] [flags]

Examples:
gtl stash apply
gtl stash apply 2
gtl stash apply 1 --drop

Flags:
      --drop   Drop stash after applying (like pop)
  -h, --help   help for apply

Released under the MIT License.