Skip to main content

Lightning-fast Git workflows with AI-powered commit messages

Project description

Git Quick - Lightning-fast Git workflows

PyPI npm License Python

A modern CLI tool and VS Code extension that speeds up repetitive Git commands with smart defaults, AI-powered commit messages, and developer productivity features.

⚡ Quick Install

# npm (All platforms)
npm install -g git-quick-cli

# pip (Python)
pip install git-quick

First Run: gq will automatically guide you through AI setup on first use!

See all installation options →

Features

Core Commands

  • gq - Combines git add, commit, and push with smart defaults

    • Auto-detects branch
    • AI-generated commit messages from diffs
    • Emoji/scope support (gitmoji-style)
    • Interactive mode for fine-tuning
  • gq story - Compact, colorized commit summary

    • Shows commits since last release/tag
    • Grouped by author, date, or type
    • Export to markdown for changelogs
  • gq time start - Track development time per branch/feature

    • Automatic time tracking per branch
    • Reports with breakdowns
    • Integration with time-tracking tools
  • gq sync - Update all local branches safely

    • Stash uncommitted changes
    • Fast-forward all branches
    • Conflict detection and reporting
  • gq --setup - Run setup wizard

    • Configure/Change AI providers
    • Configure other settings

VS Code Extension (In Progress)

  • Format commit messages with templates
  • AI commit message suggestions in editor
  • One-click git-quick from command palette
  • Status bar integration

Installation

Quick Install (Works immediately with smart fallback)

# npm (All platforms)
npm install -g git-quick-cli

# pip (Python)
pip install git-quick

Note: gq works immediately after installation! It uses intelligent commit message generation based on your changes. For AI-powered messages, optionally install Ollama (see below).

Optional: AI-Powered Messages (Ollama)

For enhanced AI commit messages, install Ollama (free, runs locally):

# macOS/Linux
curl -fsSL https://ollama.ai/install.sh | sh

# Or visit: https://ollama.ai/download

# Pull a model
ollama pull llama3

From Source

git clone https://github.com/vswaroop04/git-quick.git
cd git-quick
pip install -e .

See Installation Guide for detailed instructions.

📚 Documentation

📖 View All Documentation →

Quick Start

# First time: Run setup wizard
gq --setup

# Or just run gq and it will prompt you automatically
gq

# Other commands
gq story              # See your commit story
gq time report        # Track your time
gq sync               # Sync all branches

First-Time Setup

On your first run, gq will ask you to choose an AI provider:

  1. Ollama (Recommended) - Free, local, private AI

    • Automatically installs and downloads model
    • No API keys needed
  2. OpenAI - Best quality, requires API key

    • Enter your API key when prompted
  3. Anthropic (Claude) - Great for technical commits

    • Enter your API key when prompted
  4. No AI - Smart fallback mode

    • Works immediately, no setup needed

You can always reconfigure later with gq --setup

Configuration

Create ~/.gitquick.toml:

[quick]
auto_push = true
emoji_style = "gitmoji"
ai_provider = "ollama"  # or "openai", "anthropic"

[story]
default_range = "last-release"
color_scheme = "dark"

[time]
auto_track = true
idle_threshold = 300  # seconds

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_quick-1.1.1.tar.gz (22.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_quick-1.1.1-py3-none-any.whl (22.2 kB view details)

Uploaded Python 3

File details

Details for the file git_quick-1.1.1.tar.gz.

File metadata

  • Download URL: git_quick-1.1.1.tar.gz
  • Upload date:
  • Size: 22.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for git_quick-1.1.1.tar.gz
Algorithm Hash digest
SHA256 43992d5530ebadefd96cc929db79293f34f490b3b53c9f151d6368c476b9c69d
MD5 d6c90916ea9f3d3a38dca7be02cdccbf
BLAKE2b-256 3fd17c8c7509c35ac2a2c58fb27920146bc775b23ed4439ea01e118344dadbc1

See more details on using hashes here.

File details

Details for the file git_quick-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: git_quick-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 22.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for git_quick-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a3197e5e894adcb85ec71f108d686b3c2a219c3ac545385853b99f786f7326e2
MD5 40426e9a6c53463de7a56dc875ba7857
BLAKE2b-256 2f43aba3f5bd38e5b8c7644c8e7f1e804e2b2580e9a4955c27eec22bab14609c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page