v3.2.0 • Stable

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.

01

Authenticate

Run git auth to link your account via SSO or OAuth. Credentials are stored securely in your OS keychain.

02

Initialize

Run git init in your project root. The CLI auto-detects your framework and creates a .git.config file.

03

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.

$ git deploy --preview --env staging
Building project... (2.1s)
Running tests... ✓ (4/4 passed)
✓ Preview ready: https://staging-7x2.git.dev
$ git logs --since 24h --format compact
[main] feat: add user auth flow @ sarah.kim 2h ago
[feat/payments] ci: fix stripe webhook @ marcus.r 5h ago
[main] fix: correct timezone offset @ aisha.l 14h ago
$ git monitor --tail
[INFO] CPU: 12% | MEM: 48MB | REQ: 142/s
[INFO] Deployed v3.1.4 to edge nodes...
[INFO] Health check: ✓ all regions operational
"}