commit-msg
is a command-line tool that generates commit messages using LLM. It is designed to help developers create clear and concise commit messages for their Git repositories. - btw i accept this from auto-complete
Below is a sample execution of commit-msg
:
Before running the application, ensure you have set the system environment variables. and add commit.exe to path variables (same for linux macOS)
Download the latest release and set the in the path variables then you can use commit .
in any git repo
To set up commit-msg
, run the following command: (Use the you git repo path)
go run src/main.go .
To run commit-msg
, use: (Use the you git repo path)
go run src/main.go .
This will execute commit-msg
in the current directory:
go run src/main.go .
To download the latest release of commit-msg
, visit the GitHub Releases page and follow the installation instructions for your platform.