Skip to content

Commit

Permalink
Merge pull request #30648 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Dec 13, 2023
2 parents defbdf8 + 9ee1459 commit d55ffac
Show file tree
Hide file tree
Showing 19 changed files with 83 additions and 65 deletions.
5 changes: 3 additions & 2 deletions content/migrations/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Migrations documentation
shortTitle: Migrations
intro: "If you're moving to {% data variables.product.prodname_dotcom %} from another code hosting platform or moving between {% data variables.product.prodname_dotcom %} products, learn how to use our migration tooling to bring your work with you."
intro: 'If you''re moving to {% data variables.product.prodname_dotcom %} from another code hosting platform or moving between {% data variables.product.prodname_dotcom %} products, learn how to use our migration tooling to bring your work with you.'
introLinks:
overview: /migrations/overview/about-githubs-migration-tooling
plan_your_migration: /migrations/overview/planning-your-migration-to-github
Expand All @@ -13,7 +13,7 @@ featuredLinks:
popular:
- /migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer
- /migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
guideCards:
- /migrations/using-github-enterprise-importer/preparing-to-migrate-with-github-enterprise-importer/managing-access-for-github-enterprise-importer
- /migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/reclaiming-mannequins-for-github-enterprise-importer
Expand All @@ -36,3 +36,4 @@ children:
- /using-github-enterprise-importer
- /using-ghe-migrator
---

Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ If you’re migrating from {% data variables.product.prodname_ghe_cloud %} or {%

{% endnote %}

If you’re migrating from Azure DevOps, we recommend the `inventory-report` command in the {% data variables.product.prodname_ado2gh_cli %}. The `inventory-report` command will connect with the Azure DevOps API, then build a simple CSV with some of the fields suggested above. For more information about how to install the {% data variables.product.prodname_ado2gh_cli %}, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud)."
If you’re migrating from Azure DevOps, we recommend the `inventory-report` command in the {% data variables.product.prodname_ado2gh_cli %}. The `inventory-report` command will connect with the Azure DevOps API, then build a simple CSV with some of the fields suggested above. For more information about how to install the {% data variables.product.prodname_ado2gh_cli %}, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud)."

If you’re migrating from Bitbucket Server or Bitbucket Data Center, we recommend the `inventory-report` command in the {% data variables.product.prodname_bbs2gh_cli %}. The `inventory-report` command will use your Bitbucket instance's API to build a simple CSV. For more information about how to install the {% data variables.product.prodname_bbs2gh_cli %}, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud)."
If you’re migrating from Bitbucket Server or Bitbucket Data Center, we recommend the `inventory-report` command in the {% data variables.product.prodname_bbs2gh_cli %}. The `inventory-report` command will use your Bitbucket instance's API to build a simple CSV. For more information about how to install the {% data variables.product.prodname_bbs2gh_cli %}, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-cloud@latest{% endif %}/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud)."

For other migration origins, create your migration inventory yourself. You could build the spreadsheet using the origin’s reporting tools, if available, or API, or you could create the inventory manually.

Expand Down
5 changes: 3 additions & 2 deletions content/migrations/using-github-enterprise-importer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ versions:
children:
- /understanding-github-enterprise-importer
- /preparing-to-migrate-with-github-enterprise-importer
- /migrating-organizations-with-github-enterprise-importer
- /migrating-repositories-with-github-enterprise-importer
- /migrating-from-azure-devops-to-github-enterprise-cloud
- /migrating-from-bitbucket-server-to-github-enterprise-cloud
- /migrating-between-github-products
- /completing-your-migration-with-github-enterprise-importer
redirect_from:
- /early-access/github/migrating-with-github-enterprise-importer
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Migrating between GitHub products
shortTitle: Migrate between GitHub products
intro: 'With {% data variables.product.prodname_importer_proper_name %}, you can migrate from {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}, or migrate between accounts on {% data variables.product.prodname_ghe_cloud %}.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /overview-of-a-migration-between-github-products
- /migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
- /migrating-repositories-from-githubcom-to-github-enterprise-cloud
- /migrating-organizations-from-githubcom-to-github-enterprise-cloud
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating organizations from GitHub.com to GitHub Enterprise Cloud
shortTitle: GitHub.com to Enterprise Cloud
shortTitle: Migrate organizations on GitHub.com
intro: 'You can migrate organizations from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_cloud %}, using the {% data variables.product.prodname_cli %} or the GraphQL API.'
versions:
fpt: '*'
Expand All @@ -9,6 +9,8 @@ versions:
defaultTool: cli
redirect_from:
- /early-access/enterprise-importer/migrating-organizations-with-github-enterprise-importer/migrating-organizations-from-githubcom-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-organizations-with-github-enterprise-importer/migrating-organizations-from-githubcom-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-organizations-with-github-enterprise-importer
---

## About organization migrations with {% data variables.product.prodname_importer_proper_name %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating repositories from GitHub Enterprise Server to GitHub Enterprise Cloud
shortTitle: Enterprise Server to Enterprise Cloud
shortTitle: Migrate from Enterprise Server
intro: 'You can migrate repositories from {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}, using the {% data variables.product.prodname_cli %} or API.'
versions:
fpt: '*'
Expand All @@ -10,6 +10,7 @@ defaultTool: cli
redirect_from:
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-to-github-enterprise-cloud/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
---

## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating repositories from GitHub.com to GitHub Enterprise Cloud
shortTitle: GitHub.com to Enterprise Cloud
shortTitle: Migrate repositories on GitHub.com
intro: 'You can migrate repositories from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_cloud %}, using the {% data variables.product.prodname_cli %} or the GraphQL API.'
versions:
fpt: '*'
Expand All @@ -10,6 +10,7 @@ defaultTool: cli
redirect_from:
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-to-github-enterprise-cloud/migrating-repositories-from-githubcom-to-github-enterprise-cloud
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud
---

## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Migrating between GitHub products with GitHub Enterprise Importer
shortTitle: Migrate between GitHub products
intro: 'Learn how to complete the entire process of migrating from one {% data variables.product.company_short %} product to another, from planning to implementation to completing follow-up tasks.'
title: Overview of a migration between GitHub products
shortTitle: Overview
intro: 'Learn how to complete the entire process of migrating from one {% data variables.product.company_short %} product to another with {% data variables.product.prodname_importer_proper_name %}, from planning to implementation to completing follow-up tasks.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
redirect_from:
- /early-access/github/migrating-with-github-enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
- /early-access/enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
- /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
---

## About migrations between {% data variables.product.company_short %} products
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Migrating from Azure DevOps to GitHub Enterprise Cloud
shortTitle: Migrate from Azure DevOps
intro: 'You can migrate repositories to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_importer_proper_name %}.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /overview-of-a-migration-from-azure-devops-to-github-enterprise-cloud
- /migrating-repositories-from-azure-devops-to-github-enterprise-cloud
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating repositories from Azure DevOps to GitHub Enterprise Cloud
shortTitle: ADO to Enterprise Cloud
shortTitle: Migrate repositories
intro: 'You can migrate repositories from Azure DevOps to {% data variables.product.prodname_ghe_cloud %}, using the {% data variables.product.prodname_cli %} or the GraphQL API.'
versions:
fpt: '*'
Expand All @@ -10,6 +10,7 @@ defaultTool: cli
redirect_from:
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud
---

## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
title: Migrating from Azure DevOps with GitHub Enterprise Importer
shortTitle: Migrate from Azure DevOps
intro: 'Learn how to complete the entire process of migrating from Azure DevOps to {% data variables.product.prodname_dotcom %}, from planning to implementation to completing follow-up tasks.'
title: Overview of a migration from Azure DevOps to GitHub Enterprise Cloud
shortTitle: Overview
intro: 'Learn how to complete the entire process of migrating from Azure DevOps to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_importer_proper_name %}, from planning to implementation to completing follow-up tasks.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
redirect_from:
- /early-access/github/migrating-with-github-enterprise-importer/understanding-github-enterprise-importer/migrating-from-azure-devops-with-github-enterprise-importer
- /early-access/enterprise-importer/understanding-github-enterprise-importer/migrating-from-azure-devops-with-github-enterprise-importer
- /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/migrating-from-azure-devops-with-github-enterprise-importer
---

## About migrations from Azure DevOps
Expand Down Expand Up @@ -96,7 +97,7 @@ We recommend creating a test organization to use as a destination for your trial
1. Create a test organization for your trial migrations.
{% data reusables.enterprise-migration-tool.trial-migrations-tasks %}
{% data reusables.enterprise-migration-tool.configure-destination-ip-allow-list %}
1. Run your production migrations. For more information, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud)."
1. Run your production migrations. For more information, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-from-azure-devops-to-github-enterprise-cloud/migrating-repositories-from-azure-devops-to-github-enterprise-cloud)."
{% data reusables.enterprise-migration-tool.delete-test-organization %}

## Completing follow-up tasks
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Migrating from Bitbucket Server to GitHub Enterprise Cloud
shortTitle: Migrate from Bitbucket Server
intro: 'You can migrate repositories to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_importer_proper_name %}.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
children:
- /overview-of-a-migration-from-bitbucket-server-to-github-enterprise-cloud
- /migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrating repositories from Bitbucket Server to GitHub Enterprise Cloud
shortTitle: Bitbucket Server to Enterprise Cloud
shortTitle: Migrate repositories
intro: 'You can migrate repositories from Bitbucket Server to {% data variables.product.prodname_ghe_cloud %} using the {% data variables.product.prodname_cli %}.'
versions:
fpt: '*'
Expand All @@ -9,6 +9,7 @@ versions:
defaultTool: cli
redirect_from:
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud
---

## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Migrating from Bitbucket Server with GitHub Enterprise Importer
shortTitle: Migrate from Bitbucket Server
intro: 'Learn about the process of migrating from Bitbucket Server to {% data variables.product.prodname_dotcom %}, from planning to implementation to completing follow-up tasks.'
title: Overview of a migration from Bitbucket Server to GitHub Enterprise Cloud
shortTitle: Overview
intro: 'Learn about the process of migrating from Bitbucket Server to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_importer_proper_name %}, from planning to implementation to completing follow-up tasks.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
redirect_from:
- /early-access/enterprise-importer/understanding-github-enterprise-importer/migrating-from-bitbucket-server-with-github-enterprise-importer
- /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/migrating-from-bitbucket-server-with-github-enterprise-importer
---

## About migrations from Bitbucket Server
Expand Down Expand Up @@ -89,7 +90,7 @@ We recommend creating a test organization to use as a destination for your trial
1. Create a test organization for your trial migrations.
{% data reusables.enterprise-migration-tool.trial-migrations-tasks %}
{% data reusables.enterprise-migration-tool.configure-destination-ip-allow-list %}
1. Run your production migrations. For more information, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud)."
1. Run your production migrations. For more information, see "[AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud)."
{% data reusables.enterprise-migration-tool.delete-test-organization %}

## Completing follow-up tasks
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d55ffac

Please sign in to comment.