🚀 SmartCommit Push
AI-powered Git commit message generator and push assistant.
Automatically writes meaningful commit messages and pushes your code — straight from the terminal.
---
✨ Features
- 🤖 AI-generated professional commit messages
- 📂 Analyzes your Git changes automatically
- 🚀 Push to current or any branch
- âš¡ Works in any Git project
- 🧠Smart summaries based on your code changes
- 🔧 Supported Conventional Commit types: feat, fix, refactor, chore, docs, style, test
---
📦 Installation
Install globally or locally:
``
bash
npm install smartcommit-push
`
`
bash
npx commit branch-name
`
`
bash
npx push
``
- If you don't provide branch name while commit then it will commit in main branch.