gitbit-cli
v0.1.0
Published
A lightweight Git automation tool that generates commit messages from diffs using AI (Gemini).
Maintainers
Readme
gitbit-cli
A lightweight Git automation tool that generates commit messages from diffs using AI (Gemini).
Install
npm install -g gitbit-cliUsage
# Save your Gemini API key
gitbit setup
# Stage, AI-commit, and push
gitbit push
# Exclude files
gitbit push -x "*.log" tmp/
# Switch remote to SSH
gitbit fix-remote
# Generate release notes
gitbit releaseLicense
MIT
