git-status
Check the current git status and recent commit history of a repository. Specify a directory path or use the default to view status details. Handles errors for non-git directories.
Instructions
Get the current git status of the repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory path to check git status (defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory path to check git status (defaults to current directory)",
"type": "string"
}
},
"type": "object"
}