generate-git-summary
Retrieve summaries of Git changes, including staged or unstaged differences, to streamline version control tracking and updates.
Instructions
Retrieves a summary of current Git changes (diff). Can show staged or unstaged changes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| staged | No | If true, get the summary for staged changes only. Defaults to false (unstaged changes). |