Skip to main content
By updating your git repository, Paradime will lose the authorization to your previously connected git repository. If you proceed, you will need to:
  • Re-authenticate your Git repo
  • Re-upload the new deploy key

Step-by-Step Guide

Phase 1: Disconnecting Current Repository

  1. Click on Settings (⚙️) from the Paradime home screen
  2. Select “Workspace” from the Workspace Settings
  3. Click “Edit Repository” in the Git Connections Section
  4. Proceed with Caution: Read the instructions and type “Disconnect” in the provided field

Phase 2: Connecting New Repository

The following steps use GitHub as an example. The process is similar for other Git providers.
In Git Provider:
  1. Go to your project repository
  2. Select the “Code” dropdown
  3. Copy the SSH key
In Paradime:
  1. Click on Settings from Paradime
  2. Select “Workspace” from the Workspace Settings
  3. In the Git Connections section, Click “Edit Repository”
  4. Paste the SSH key in the “Repository SSH URL” field
  5. Copy the new generated Deploy Key
Back in Git Provider:
  1. Navigate to repository Settings
  2. Select “Deploy Keys”
  3. Create a new Deploy Key
  4. Paste the Deploy Key from Paradime
  5. Enable “Allow Write access”
Complete Setup in Paradime: Save the updated repository using one of these options:
  • Test & Save validates the connection and clones the repository immediately, marking it Verified. Use this once the new Deploy Key is installed.
  • Save without testing saves the repository and marks it Pending verification so you can verify it later. While pending, the Code IDE, Bolt, and DinoAI stay inactive. Verify the connection from the Git Connections section once the Deploy Key is installed.
Disconnecting a repository rotates its Deploy Key. You’ll need to install a fresh key when you connect the new repository. See Importing a repository for the full connect, save, and verify flow.