status
Check the current status of a Git repository by providing its absolute path. Identify staged, unstaged, and untracked files for accurate version control updates.
Instructions
Get repository status
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |