@wizdomic/giitz
v1.0.1
Published
AI-powered Git workflow automation. Stage, commit, and push in one command.
Downloads
155
Maintainers
Readme
GIITZ
AI-powered Git workflow automation. Stage, commit, and push in one command.
No Python. No pip. Just Node.js.
Install
npm install -g @wizdomic/giitzSetup
giitz setup| Provider | Model | Get a key | |-----------|----------------------------|-----------| | OpenAI | gpt-4o-mini | https://platform.openai.com/api-keys | | Anthropic | claude-3-5-sonnet-20241022 | https://console.anthropic.com/settings/keys | | Gemini | gemini-2.5-flash | https://aistudio.google.com/app/apikey |
Skippable — works without AI too.
Usage
giitzChanges:
M src/app.js
Files to add (. for all) [.]: .
✓ Staged: .
Generate commit message with AI? (y/n) [y]: y
ℹ Generating via anthropic...
Add input validation to user registration
Use this? (y / r=regenerate / m=manual) [y]: y
✓ Committed: Add input validation to user registration
Push to remote? (y/n) [y]: y
✓ Pushed to origin/mainCommands
| Command | Description |
|---------|-------------|
| giitz | Full workflow — add → commit → push |
| giitz setup | Configure AI provider and API key |
| giitz --no-push | Commit only, skip push |
| giitz --no-ai | Skip AI, type message manually |
| giitz --force-push | Force push ⚠️ destructive |
| giitz --branch <n> | Switch or create branch before committing |
| giitz --help | Show all commands |
Upgrade & Uninstall
npm update -g @wizdomic/giitz
npm uninstall -g @wizdomic/giitzLicense
MIT
