Tool
Get commit
Get Commit from GitHub is an AI-powered tool that enables developers to retrieve detailed information about any commit from a GitHub repository quickly and accurately. It is designed to streamline code review, project tracking, and repository management by providing easy access to commit metadata.
Features
- Retrieve commit details using commit SHA, branch name, or tag name.
- Supports pagination with customizable page number and results per page.
- Works with any public GitHub repository by specifying owner and repo name.
- Provides comprehensive commit information including author, date, and message.
- Easy integration with other tools and workflows via a well-defined input schema.
Benefits
- Enhances productivity by simplifying the process of fetching commit data.
- Improves code review efficiency with quick access to detailed commit information.
- Facilitates better project management by tracking changes precisely.
- Supports automation and CI/CD pipelines with programmable access to commits.
- Reduces error and manual effort in managing GitHub project histories.
Description
Get details for a commit from a GitHub repository
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| reporequired | string | Repository name |
| sharequired | string | Commit SHA, branch name, or tag name |