Ship faster from your terminal
Cross-platform, zero-config, and built for speed. The .git CLI bridges local development and production deployment in a single command.
Install in seconds
Choose your package manager or OS. No dependencies required.
$ brew install .git/tap/git-cli
$ winget install .git.git-cli
$ curl -fsSL https://git.dev/install | bash
$ npm install -g @git/cli
Quick Start
From zero to deployed in three simple steps.
Authenticate
Run git auth to link your account via SSO or OAuth. Credentials are stored securely in your OS keychain.
Initialize
Run git init in your project root. The CLI auto-detects your framework and creates a .git.config file.
Deploy
Run git deploy --prod. Builds run in parallel, tests execute automatically, and your site goes live instantly.
Built for modern workflows
Every feature designed to reduce friction and increase velocity.
Instant Previews
Every PR gets a unique preview URL. Share with stakeholders without waiting for CI.
One-Click Rollback
Revert to any previous deployment instantly with git rollback --last.
Plugin Ecosystem
Extend functionality with community plugins for SEO, image optimization, and DB migrations.
Zero Telemetry
Privacy by default. No tracking, no analytics, no data collection unless you opt-in.
Powerful commands
Intuitive syntax that scales from solo dev to enterprise teams.
Running tests... ✓ (4/4 passed)
✓ Preview ready: https://staging-7x2.git.dev
[feat/payments] ci: fix stripe webhook @ marcus.r 5h ago
[main] fix: correct timezone offset @ aisha.l 14h ago
[INFO] Deployed v3.1.4 to edge nodes...
[INFO] Health check: ✓ all regions operational