🔐 Secure OAuth 2.0 Flow
Enable .git in Workspace →
Connect your development environment to .git's infrastructure. Grant necessary scopes and activate real-time sync, deployments, and CI/CD pipelines.
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
CO
CloudOps Infrastructure
NP
Nexus Platform
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