rt git stash pop
rt › git › stash › pop
Apply a stash and drop it (default stash@{0})
Usage
rt git stash pop [<index>] [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
<index> | text | Stash index (default 0) | |
--json | boolean | false | Machine-readable result |
See code: commands/git/mutate.ts › stashPopCommand