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

# Version Control

> Git in the Paradime Code IDE: choose between Git Lite and Git Advanced, and inspect history with GitLens, all without leaving the editor.

The Code IDE connects directly to your Git repository. You can branch, commit, push, and open pull requests without leaving the editor, and inspect the history of any line or file inline.

## Choose your Git experience

Paradime gives you two source control interfaces. Switch between them from the **Switch to Git Advanced** / **Switch to Git Lite** control in the status bar.

|                | [Git Lite](/products/code-ide/version-control/git-lite)      | [Git Advanced](/products/code-ide/version-control/git-advanced) |
| -------------- | ------------------------------------------------------------ | --------------------------------------------------------------- |
| **Best for**   | Everyday dbt™ development                                    | Complex Git operations                                          |
| **Style**      | Opinionated, guided flow                                     | Full source control view                                        |
| **Highlights** | AI-assisted commits, one-click Ship it, Draft PR with DinoAI | Staging, amending, and fine-grained control                     |

<Info>
  Git functionality is always available in the [terminal](/products/code-ide/run-and-preview/terminal) too, regardless of which mode you use.
</Info>

## Inspect history with GitLens

[GitLens](/products/code-ide/version-control/gitlens) adds line and file history, commit and branch browsing, and inline blame annotations directly in the editor.

<CardGroup cols={3}>
  <Card title="Git Lite" href="/products/code-ide/version-control/git-lite" icon="feather">
    The default guided Git panel.
  </Card>

  <Card title="Git Advanced" href="/products/code-ide/version-control/git-advanced" icon="git-merge">
    The full source control view.
  </Card>

  <Card title="GitLens" href="/products/code-ide/version-control/gitlens" icon="history">
    History, blame, and repository insights.
  </Card>
</CardGroup>

## Related guides

The [Working with Git](/guides/working-with-git/index) guides cover end-to-end workflows: [merge conflicts](/guides/working-with-git/merge-conflicts), [signed commits](/guides/working-with-git/configuring-signed-commits-on-paradime-with-ssh-keys), [read-only branches](/guides/working-with-git/read-only-branches), and [branch protection](/guides/working-with-git/github-branch-protection-guide-preventing-direct-commits-to-main).


## Related topics

- [Version Control](/products/dino-ai/copilot/version-control.md)
- [Setting Up a dbt™ Project](/guides/paradime-101/getting-started-with-the-paradime-ide/setting-up-a-dbt-project.md)
- [Translating Key Terms](/guides/migrations/dbt-cloud-tm-importer/translation-of-key-terms.md)
- [Accelerating GitOps](/guides/paradime-101/getting-started-with-the-paradime-ide/dinoai-accelerating-your-analytics-engineering-workflow/accelerating-git-ops.md)
- [Managing Seeds](/guides/dbt-fundamentals/configuring-your-dbt-project/managing-seeds.md)
