1Select Workspace
2Configure Scopes
3Review & Activate

Choose Target Workspace

Select the organization or repository group you want to connect. .git will map your branches and deployment targets automatically.

AD
Acme Dev Team
github.com/acme-dev • 14 repos • 8 members
CO
CloudOps Infrastructure
gitlab.com/cloudops-io • 23 repos • 12 members
NP
Nexus Platform
bitbucket.org/nexus • 6 repos • 4 members

Configure Access Scopes

Select which capabilities .git should manage. You can modify permissions later in Settings → Integrations.

Repository Read/Write
Allow .git to pull code, create branches, and push deployment artifacts.
CI/CD Pipeline Execution
Run automated builds, tests, and staging deployments on push.
Secrets & Environment Variables
Encrypt and inject runtime secrets securely during deployment.
Webhook Notifications
Trigger Slack, Discord, or custom endpoints on deploy events.

Review & Activate

Confirm your configuration. Activation will trigger an initial sync and create the `.git/` config in your root workspace.

Target Workspace Not selected
Repository Access Read/Write
CI/CD Pipelines Enabled
Secrets Management Disabled
Webhook Notifications Disabled
Connection Type OAuth 2.0 (Machine-to-Machine)

⌨️ Prefer CLI?

Activate .git programmatically from your terminal. Ideal for CI runners, automated provisioning, or team bootstrap scripts.

$ git init --plugin .git $ .git connect --workspace acme-dev --scopes repo_rw,cicd $ .git deploy --target production