Skip to content

Commit

Permalink
Update git-migration.md (#4136)
Browse files Browse the repository at this point in the history
update sidebar label to match title
  • Loading branch information
mirnawong1 authored Sep 27, 2023
2 parents ff21456 + 5ce1d5b commit eb861dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/faqs/Git/git-migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "How to migrate git providers"
sidebar_label: "Git provider migration"
sidebar_label: "How to migrate git providers"
id: "git-migration"
hide_table_of_contents: true
description: "Learn how to migrate git providers in dbt Cloud with minimal disruption."
Expand All @@ -14,13 +14,13 @@ To migrate from one git provider to another, refer to the following steps to avo
As an example, if you're migrating from GitHub to Azure DevOps, you'll need to import your existing repository (GitHub) into your new git provider (Azure DevOps). For detailed steps on how to do this, refer to your git provider's documentation (Such as [GitHub](https://docs.github.com/en/migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer), [GitLab](https://docs.gitlab.com/ee/user/project/import/repo_by_url.html), [Azure DevOps](https://learn.microsoft.com/en-us/azure/devops/repos/git/import-git-repository?view=azure-devops))

2. Go back to dbt Cloud and set up your [integration for the new git provider](/docs/cloud/git/connect-github), if needed.
3. Disconnect the old repository in dbt Cloud by going to **Account Settings** and then **Projects**, click on the **Repository** link. Then click **Edit** and **Disconnect**.
3. Disconnect the old repository in dbt Cloud by going to **Account Settings** and then **Projects**. Click on the **Repository** link, then click **Edit** and **Disconnect**.

<Lightbox src="/img/docs/dbt-cloud/disconnect-repo.gif" width="65%" title="Disconnect and reconnect you git repository in your dbt Cloud Account Settings pages."/>
<Lightbox src="/img/docs/dbt-cloud/disconnect-repo.gif" width="65%" title="Disconnect and reconnect your git repository in your dbt Cloud Account Settings pages."/>

4. On the same page, connect to the new git provider repository by clicking **Configure Repository**
- If you're using the native integration, you may need to OAuth to it.

5. That's it, you should now be connected to the new git provider 🎉
5. That's it, you should now be connected to the new git provider! 🎉

Note &mdash; As a tip, we recommend you refresh your page and dbt Cloud IDE before performing any actions.

0 comments on commit eb861dd

Please sign in to comment.