A simple CLI tool designed to generate git commit messages using GPT models. This tool streamlines the process of crafting meaningful commit messages based on the changes made.
To install gitgpt, run the following command:
curl -sL https://raw.githubusercontent.com/Tobiasmidskards/gitgpt/main/install.sh | bash
After installing gitgpt, you can use it by running the following command:
gitgpt
This will analyze your staged files and generate an appropriate commit message.
- Automatically generates commit messages based on changes made
- Supports multiple GPT models for generating commit messages
- Use the -- flag to ask any question related to any CLI command
Contributions are welcome! Please refer to the Contribution Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.