Git 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.
Key Features:
- Single command workflow: Just run 'gq' to stage, commit with AI-generated message, and push
- AI-powered commits: Uses Ollama (local, free), OpenAI, or Anthropic to generate contextual commit messages from diffs
- Works immediately: Smart fallback mode requires no setup - AI is optional
- Commit history visualization: 'gq story' shows compact, colorized commit summaries grouped by date, author, or type
- Time tracking: Built-in development time tracking per branch with detailed reports
- Branch sync: 'gq sync' safely updates all local branches with conflict detection
- Cross-platform: Available via pip (Python 3.8+) and npm
The tool is designed for developers who want to maintain good commit hygiene without the friction of writing messages manually. It runs Ollama locally by default for privacy, or you can use cloud AI providers.
Git 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.
Key Features:
- Single command workflow: Just run 'gq' to stage, commit with AI-generated message, and push - AI-powered commits: Uses Ollama (local, free), OpenAI, or Anthropic to generate contextual commit messages from diffs - Works immediately: Smart fallback mode requires no setup - AI is optional - Commit history visualization: 'gq story' shows compact, colorized commit summaries grouped by date, author, or type - Time tracking: Built-in development time tracking per branch with detailed reports - Branch sync: 'gq sync' safely updates all local branches with conflict detection - Cross-platform: Available via pip (Python 3.8+) and npm
The tool is designed for developers who want to maintain good commit hygiene without the friction of writing messages manually. It runs Ollama locally by default for privacy, or you can use cloud AI providers.
Installation is simple: - pip install git-quick - npm install -g git-quick-cli
First run automatically guides you through AI setup, or you can skip it entirely and use the smart fallback mode.
The project is MIT licensed and actively maintained. If you find it useful, please give it a star on GitHub!
Repository: https://github.com/vswaroop04/git-quick
[dead]