Stop wasting time writing repetitive Git commands β let AI do it while you code faster.
We all know the routine:
git add .
git commit -m "update"
git pushNow imagine replacing all of that with a single command:
gqThatβs Git Quick β a modern CLI tool that streamlines your Git workflow and generates meaningful, context-aware commit messages using AI.
β‘ What Is Git Quick?
Git Quick combines speed, simplicity, and intelligence. It merges your most common Git commands into one step β while helping you maintain clean, descriptive commit messages.
π§ Key Features
- Single Command Workflow: Run
gqto stage, commit (with AI-generated message), and push. - AI-Powered Commits: Generates high-quality messages from code diffs using Ollama (local), OpenAI, or Anthropic.
- Smart Fallback: Works instantly even without AI setup β commit logic is built-in.
- Commit Visualization:
gq storyshows compact, colorized commit histories grouped by date or author. - Time Tracking: Tracks coding time per branch and generates reports.
- Branch Sync:
gq syncsafely updates all local branches with conflict detection. - Cross-Platform: Install via
pip(Python 3.8+) ornpm.
π» Installation
Using pip
pip install git-quickUsing npm
npm install -g git-quick-cliFirst run automatically guides you through AI setup β or you can skip it and use smart fallback mode.
π Privacy First
By default, Git Quick uses Ollama, a local AI model, so your code and diffs never leave your machine.
Prefer the cloud? You can switch to OpenAI or Anthropic anytime.
π§© Why Git Quick?
Feature Traditional Git Git Quick Add + Commit + Push 3 steps 1 step Commit Messages Manual AI-Generated Time Tracking External tools Built-in Privacy Depends Local by default
π Example Workflow
gqOutput:
βοΈ Changes staged
π§ Commit message: "Feat : Add analytics dashboard with real-time updates"
π Changes pushed to origin/mainπ Open Source & Actively Maintained
Git Quick is MIT-licensed, open source, and actively maintained.
If you find it useful, please β the project on GitHub!
CLI screenshot of gq in action
Press enter or click to view image in full size
Compact output of gq story
Press enter or click to view image in full size
Git Quick brings speed, intelligence, and clarity to your Git workflow β all in a single command.
Once you try it, youβll never go back to git add . && git commit -m.
π Try it now: https://github.com/vswaroop04/git-quick
#git #developers #productivity #cli #ai #opensource