git_current_branch
Identify the currently checked-out branch in a Git repository at a given path. Use it to confirm which branch is active before committing or switching.
Instructions
Get the name of the currently checked-out branch.
Args: path: Path to the git repository, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . |