git-stash
Save uncommitted changes temporarily with an optional message. Later restore them to return to a clean working directory.
Instructions
Stashes current changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Message for the stash | |
| directory | No | The directory to run the command in (defaults to current working directory) |