check_git_status
Verify the status of a git repository, identifying staged, unstaged, and untracked files. Use this tool to analyze and monitor changes in your project’s directory, ensuring accurate version control and efficient workflow management.
Instructions
Check the current git repository status.
Args: repo_path: Optional path to the target git repository. If not provided, uses the current working directory.
Returns: Current git status including staged, unstaged, and untracked files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
repo_path | No |