Vishnu Swaroop

GitHub - Lightning-fast Git workflows with AI-powered commit messages

by
A CLI that speeds up repetitive Git commands. Contribute to Vswaroop04/git-quick development by creating an account on GitHub.aGit Quick is a modern CLI tool that speeds up repetitive Git commands with smart defaults and AI-powered commit messages. It combines git add, commit, and push into a single command while generating meaningful commit messages from your code changes.

Add a comment

Replies

Best
Vishnu Swaroop
I built this because I was tired of the friction in my daily Git workflow. I'd make a small fix, then have to context-switch to write a commit message, remember the conventional commit format, add the right emoji, and finally push. It broke my flow constantly. The breaking point was realizing I was spending more time crafting commit messages than actually fixing bugs. I wanted something that could understand my changes and generate meaningful messages instantly, so I could stay in the zone. I also wanted it to work locally and privately by default (hence Ollama integration), since not everyone wants to send their code diffs to cloud APIs. The tool had to be fast, require zero configuration to start, and handle the entire commit-push cycle in one command. The time tracking and branch sync features came from my own pain points - I never knew how long features actually took to build, and keeping multiple branches updated was tedious. It's been my daily driver for months now, and it's genuinely sped up my workflow. Hope others find it useful too!