git_status_check
Check the current git repository status to view uncommitted changes, branch, and remote tracking info before committing.
Instructions
Check the current git repository status.
Shows uncommitted changes, current branch, remote tracking info, and whether the working tree is clean. Useful before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| working_dir | No | Repository path. Defaults to cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||