git_status
Display the working tree status of a Git repository, showing modified, staged, and untracked files. Use this to verify current changes before committing.
Instructions
Show the working tree status (git status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Path to the git repository. | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |