git_status
Check the current Git working tree status to see staged, unstaged, and untracked files.
Instructions
Return the current Git working tree status.
Shows the state of the index and working directory — which files are staged, unstaged, or untracked.
Returns: A dict with keys: status, exit_code, stdout, stderr, output, duration_ms.
Examples: git_status()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||