git-smartpush
v0.1.0
Published
Stage all changes, generate AI conventional commit message via opencode, commit and push
Maintainers
Readme
git-quickpush
Stage all changes, generate an AI conventional commit message with opencode, commit and push.
Install
npm install -g git-quickpushUsage
From any git repository:
git quickpushOr directly:
git-quickpushHow it works
git add .— stages all changes- Reads
git diff --cachedand sends it to opencode - opencode generates a Conventional Commits message (e.g.
feat: ...,fix: ...) git commit -m "<message>"andgit push
Requirements
- opencode installed and configured
- git
- Node.js / npm (for installation)
License
MIT
