> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Update connected git repository

> Update Git Repository - Manage and update connected Git repositories for dbt™ projects in Paradime.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

<Danger>
  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
</Danger>

### 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

<Frame>
  <img src="https://mintcdn.com/paradime-docs/9ZsuN0wtxDqr0yUA/images/image-158.png?fit=max&auto=format&n=9ZsuN0wtxDqr0yUA&q=85&s=2ea163f8f05df509807b115d1ff2abf3" alt="" width="1022" height="928" data-path="images/image-158.png" />
</Frame>

#### Phase 2: Connecting New Repository

<Info>
  The following steps use GitHub as an example. The process is similar for other Git providers.
</Info>

**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"&#x20;
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:**

1. Click "Save" to update your repository

<Arcade src="https://demo.arcade.software/4Sz5ws2Xz8n5UrHsgImb?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Update connected git repository" />


## Related topics

- [Git Repositories](/products/settings/git-repositories/index.md)
- [GitHub](/integrations/github.md)
- [Importing a repository](/products/settings/git-repositories/importing-a-repository/index.md)
- [Setting Up a dbt™ Project](/guides/paradime-101/getting-started-with-the-paradime-ide/setting-up-a-dbt-project.md)
- [jira-backlog-agent](/guides/programmable-agents/jira-backlog-agent.md)
