repo_stash
:
Instructions
Stash operations: list, push, pop, or apply.
Args: repo_path: Path to local git repository. action: One of list, push, pop, apply (default list). message: Message for stash push (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| action | No | list | |
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |