Stop thinking about commit message. Let OpenAI GPT-3 handle your commit message, and auto-commit your git changes.
go install https://github.com/ahmadrosid/acm.gitgit add .
acmExample result:
$ acm
The proposed commit message!
---------------------------------------------------------------------------------------------------------------------------------------------------------
Add post about setup macos for laravel development
This post is about how to setup macos for laravel development.
---------------------------------------------------------------------------------------------------------------------------------------------------------
Do you want to continue ? (y/n): yAdd this env manually OPENAI_API_KEY :
export OPENAI_API_KEY="..."