github_get_commits
Retrieve commit history for a GitHub branch by providing the repository (owner/repo), branch name, and limit to control the number of commits returned.
Instructions
Get commit history for a branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Owner/repo format | |
| limit | No | ||
| branch | No | Branch name | main |