git-acm-1.2.1 is not a library.
git-acm - git auto-commit-message
instant meaningful commit messages
installation
curl -sSL https://raw.githubusercontent.com/shivamhwp/git-acm/main/install.sh | sh
or
if you have cargo
installed on your system.
cargo install git-acm
how to use
- add gemini-api-key or openai-api-key or anthropic-api-key or deepseek-api-key
- add these in your project's
.env
file orexport
them in terminal.
# for gemini api
GEMINI_API_KEY=""
# for anthropic api
ANTHROPIC_API_KEY=""
# for openai api
OPENAI_API_KEY=""
# for llama api (using ollama)
LLAMA_API_URL="http://localhost:11434/api/generate"
LLAMA_MODEL_NAME= "llama3.2:1b"
# for deepseek api
DEEPSEEEK_API_KEY=""
- run
git-acm
.
📍 commands available
use
: choose which model you want to use. (run git-acm list
to see the available models).
autocommit
: enables or disables the autocommit functionality.
list
: lists all available models.
📍 example