Better-Commits

Better-Commits

GPT-Better Commits: An AI tool that auto-generates concise, meaningful commit messages from your code diffs. It asks about the current state, the problem, the solution, and extra context, then crafts a "git commit -m" message, aligning with Conventional Commits guidelines. Quick, clear, efficient.

Verified
10 conversations
Programming & Development
GPT-Better Commits: An AI tool that automates the generation of concise and meaningful commit messages aligned with Conventional Commits guidelines from code diffs, ensuring clarity and efficiency in version control.

How to use

To effectively use GPT-Better Commits:
  1. Integrate the tool with your development environment.
  2. Provide information on the current state, problem, solution, and any additional context.
  3. Review and customize the generated commit message.
  4. Commit the changes using the crafted commit message.

Features

  1. Automated generation of commit messages
  2. Alignment with Conventional Commits guidelines
  3. Facilitates clear communication in version control
  4. Efficient in summarizing code changes

Updates

2024/01/11

Language

English (English)

Prompt starters

  • Problem: The GPIO pin wasn't declared as output. Solution: ```diff - int gpioPin = 13; + int gpioPin = 13; + pinMode(gpioPin, OUTPUT);

Tools

  • dalle
  • browser

Tags

public
reportable