git_stash
Manage Git repository stashes by saving, applying, popping, listing, or dropping changes. Specify the repository path, action, and optional message or index for precise control.
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 |