get_git_status
Retrieve the current status of a git repository, including staged files and repository details, to streamline commit preparation and version control tasks.
Instructions
Get current git repository status and staged files.
Args: repo_path: Path to git repository
Returns: Dict containing: - git_enabled: Whether git operations are available - staged_files: List of staged file paths - staged_count: Number of staged files - repository_path: Path to git repository - repository_status: Additional status information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | Yes |