stash_save
Save local changes in a Git repository to a stash, including optional untracked files, ignored files, or staged changes, with a customizable message for easy retrieval later using the Git MCP Server.
Instructions
Save changes to stash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | Include ignored files | |
includeUntracked | No | Include untracked files | |
keepIndex | No | Keep staged changes | |
message | No | Stash message | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Git MCP Server
Related Tools
- @Sheshiyer/git-mcp-v2
- @cyanheads/git-mcp-server
- @cyanheads/git-mcp-server
- @Sheshiyer/git-mcp-v2
- @cyanheads/git-mcp-server