git_status
Inspect a local Git repository to show staged, unstaged, and untracked changes. Optionally use short output or specify a different working directory.
Instructions
Run git status on the local repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| short | No | Use git status --short. |