Git status
git_statusRun git status porcelain v1 inside a workspace to see repository changes. Shows modified, untracked, and staged files.
Instructions
Run git status --porcelain=v1 inside an open workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| porcelain | Yes | ||
| exitCode | Yes | ||
| stderr | Yes |