git_status
Show the current branch and working tree status of a Git repository. Use this to identify uncommitted changes and understand the repository's state.
Instructions
Show branch and working tree status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositoryId | Yes | ID returned by git_list_repositories |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| output | Yes | ||
| truncated | Yes |