bulv1ne / chatgpt_commit

Generate commit messages depending on your git diff output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT Commit Message Generator

A powerful tool that automates the creation of commit messages based on your Git status output. It leverages the capabilities of OpenAI's GPT model to generate meaningful and context-appropriate messages for your commits.

Installation

Ensure you have pipx installed on your system. If not, you can get it using pip. Then, install the ChatGPT Commit Message Generator using the following command:

pipx install git+https://github.com/bulv1ne/chatgpt_commit

This will fetch the package directly from the repository and install it on your system.

How to Use

Once the installation is complete, you can generate a commit message by simply typing the following command in your terminal:

chatgpt-commit

It's as easy as that! The ChatGPT Commit Message Generator will analyze your Git status and generate a commit message for you.

About

Generate commit messages depending on your git diff output

License:MIT License


Languages

Language:Python 100.0%