GitWise

Your AI-Powered Git Co-pilot

GitWise is a command-line tool designed for experienced developers to enhance their Git workflow with intelligent AI assistance. It focuses on speed, efficiency, and integrating seamlessly with your existing habits.

✨ Key Features

πŸš€ Blazing Fast

Standard Git commands run at native speed. AI features are opt-in enhancements.

🧠 Smart Commits

AI-generated Conventional Commit messages from your staged diffs in seconds.

✍️ Intelligent PRs

Automated PR titles, descriptions, labels, and context-aware checklists.

πŸ”’ Privacy-First

Choose between local (Ollama/Offline) or cloud-based AI backends (OpenRouter, OpenAI, Anthropic, Gemini).

🎯 Perfect for Experienced Developers

GitWise doesn’t replace your Git knowledgeβ€”it augments it. Built for developers who:

πŸš€ Quick Example

# Install GitWise
pip install pygitwise

# Make your changes
echo "print('Hello, GitWise!')" > hello.py

# AI-powered workflow
gitwise add .
gitwise commit  # AI suggests: "feat: add hello world script"
gitwise push
gitwise pr --labels --checklist  # AI generates PR with context

πŸ€– Three AI Modes, One Tool

Mode Best For Privacy Internet
πŸ¦™ Ollama High-quality local AI 🟒 Full 🟑 Setup only
🏠 Offline Air-gapped environments 🟒 Full 🟒 Never
🌐 Online (OpenRouter) Access to many models (GPT-4, Claude) πŸ”΄ API calls πŸ”΄ Always
⚑ Direct LLM (OpenAI, Anthropic, Gemini) Preferred provider access πŸ”΄ API calls πŸ”΄ Always

Ready to enhance your Git workflow?

Get Started in 5 Minutes