git_stash
Manage Git stashes to save, apply, list, or remove uncommitted changes in a repository. Use to temporarily store or restore work for cleaner branch switching and development workflows.
Instructions
Create or apply a stash.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Stash action (save, pop, apply, list, drop) | save |
index | No | Stash index (for pop, apply, drop actions) | |
message | No | Stash message (for save action) | |
repo_path | Yes | The path to the local Git repository |