git_log
Display recent Git commit history. Optionally set maxCount to control the number of commits returned.
Instructions
Run git log to see recent commit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxCount | No | Maximum number of commits to show (defaults to 10). |