git_status
Check git repository status: current branch, staged/unstaged/untracked files, and the 5 most recent commits. Auto-detects the repository root.
Instructions
Show git repository status: current branch, staged/unstaged/untracked files, and the 5 most recent commits. Auto-detects the repo root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path inside the git repository (default: current directory). | . |