An open API service indexing awesome lists of open source software.

https://github.com/eroxl/gen-commit

🤖 A CLI tool to automatically generate commit messages using GPT-3
https://github.com/eroxl/gen-commit

automation cli git-commit git-commit-messages gpt

Last synced: 10 months ago
JSON representation

🤖 A CLI tool to automatically generate commit messages using GPT-3

Awesome Lists containing this project

README

          


🤖 Git Auto Message


Automatically generate commit messages using GPT-3

# 🚀 Getting Started

```bash
npx gen-commit
```

# 📖 Example

Example

# ❓ Info

* This project uses [GPT-3](https://openai.com/blog/openai-api/) to generate commit messages
* The project works on the currently staged files
* The project will only work if you have a [OpenAI API Key](https://beta.openai.com/docs/developer-quickstart/api-key)
* The project will only work if you have [Git](https://git-scm.com/) installed
* When a commit message is selected the project will automatically commit the staged files