stash_pop
Apply and remove a Git stash to restore changes in a repository. Specify the stash index and repository path to manage stored modifications efficiently.
Instructions
Apply and remove a stash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | No | Stash index | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |