Skip to content

feiandxs/agcommits

Repository files navigation

AGCOMMITS

AI Generated Commits

中文文档

Installation

To install agcommits use the go insall command:

go install github.com/feiandxs/agcommits@latest

Then you can add agcommits binary to PATH environment variable in your ~/.bashrc or ~/.bash_profile file:

If you already have agcommits installed, updating agcommits is simple:

go get -u github.com/feiandxs/agcommits
``` insall` command:

## Initialization
```shell
agcommits

Enter your APIKEY and other information as prompted.

Usage

cd /path/to/your/project
agcommits

Then you can see the generated commit message in the terminal.

That's all.