Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 980 Bytes

File metadata and controls

35 lines (21 loc) · 980 Bytes

gitgpt

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.

Installation

To install gitgpt, run the following command:

curl -sL https://raw.githubusercontent.com/Tobiasmidskards/gitgpt/main/install.sh | bash

Usage

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.

Features

  • 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

Contributing

Contributions are welcome! Please refer to the Contribution Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.