gitStashList
List all Git stash entries with index, branch, message, and age. Identify the correct stash to restore before using gitStashPop.
Instructions
List all stash entries in the repository. Returns each entry's index, branch it was stashed from, message, and age. Use before gitStashPop to identify the right entry to restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||