gitStashPop
Restore stashed changes to your working tree. Pop the most recent stash by default, or specify an index to pop a specific stash entry.
Instructions
Restore stashed changes to the working tree. Pops the most recent stash by default, or a specific entry by index (from gitStashList).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Stash entry index to pop (0 = most recent). Default: 0. |