get_commit
Retrieve commit details like message, author, and parent commits from a Bitbucket Cloud repository to analyze changes and track development history.
Instructions
Get details of a specific commit including its message, author, and parent commits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace slug | |
| repo_slug | Yes | The repository slug | |
| commit_hash | Yes | The commit hash |