git_status
Show the current state of a Git repository, listing modified, staged, and untracked files in a concise format.
Instructions
Return git status --porcelain for the current repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |