bitbucket_get_commits
Retrieve commits from a Bitbucket repository, with options to filter by branch and limit the number of results.
Instructions
Get commits for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of commits (default: 10) | |
| branch | No | Branch name (default: main) | main |
| repoName | Yes | Repository name |