Skip to content

Commit d55ffac

Browse files
authored
Merge pull request #30648 from github/repo-sync
Repo sync
2 parents defbdf8 + 9ee1459 commit d55ffac

19 files changed

+83
-65
lines changed

content/migrations/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrations documentation
33
shortTitle: Migrations
4-
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."
4+
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.'
55
introLinks:
66
overview: /migrations/overview/about-githubs-migration-tooling
77
plan_your_migration: /migrations/overview/planning-your-migration-to-github
@@ -13,7 +13,7 @@ featuredLinks:
1313
popular:
1414
- /migrations/importing-source-code/using-github-importer/importing-a-repository-with-github-importer
1515
- /migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github
16-
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
16+
- /migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
1717
guideCards:
1818
- /migrations/using-github-enterprise-importer/preparing-to-migrate-with-github-enterprise-importer/managing-access-for-github-enterprise-importer
1919
- /migrations/using-github-enterprise-importer/completing-your-migration-with-github-enterprise-importer/reclaiming-mannequins-for-github-enterprise-importer
@@ -36,3 +36,4 @@ children:
3636
- /using-github-enterprise-importer
3737
- /using-ghe-migrator
3838
---
39+

content/migrations/overview/planning-your-migration-to-github.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ If you’re migrating from {% data variables.product.prodname_ghe_cloud %} or {%
6464

6565
{% endnote %}
6666

67-
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)."
67+
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)."
6868

69-
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)."
69+
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)."
7070

7171
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.
7272

content/migrations/using-github-enterprise-importer/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ versions:
99
children:
1010
- /understanding-github-enterprise-importer
1111
- /preparing-to-migrate-with-github-enterprise-importer
12-
- /migrating-organizations-with-github-enterprise-importer
13-
- /migrating-repositories-with-github-enterprise-importer
12+
- /migrating-from-azure-devops-to-github-enterprise-cloud
13+
- /migrating-from-bitbucket-server-to-github-enterprise-cloud
14+
- /migrating-between-github-products
1415
- /completing-your-migration-with-github-enterprise-importer
1516
redirect_from:
1617
- /early-access/github/migrating-with-github-enterprise-importer
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Migrating between GitHub products
3+
shortTitle: Migrate between GitHub products
4+
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 %}.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /overview-of-a-migration-between-github-products
11+
- /migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
12+
- /migrating-repositories-from-githubcom-to-github-enterprise-cloud
13+
- /migrating-organizations-from-githubcom-to-github-enterprise-cloud
14+
---
15+
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrating organizations from GitHub.com to GitHub Enterprise Cloud
3-
shortTitle: GitHub.com to Enterprise Cloud
3+
shortTitle: Migrate organizations on GitHub.com
44
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.'
55
versions:
66
fpt: '*'
@@ -9,6 +9,8 @@ versions:
99
defaultTool: cli
1010
redirect_from:
1111
- /early-access/enterprise-importer/migrating-organizations-with-github-enterprise-importer/migrating-organizations-from-githubcom-to-github-enterprise-cloud
12+
- /migrations/using-github-enterprise-importer/migrating-organizations-with-github-enterprise-importer/migrating-organizations-from-githubcom-to-github-enterprise-cloud
13+
- /migrations/using-github-enterprise-importer/migrating-organizations-with-github-enterprise-importer
1214
---
1315

1416
## About organization migrations with {% data variables.product.prodname_importer_proper_name %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrating repositories from GitHub Enterprise Server to GitHub Enterprise Cloud
3-
shortTitle: Enterprise Server to Enterprise Cloud
3+
shortTitle: Migrate from Enterprise Server
44
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.'
55
versions:
66
fpt: '*'
@@ -10,6 +10,7 @@ defaultTool: cli
1010
redirect_from:
1111
- /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
1212
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
13+
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud
1314
---
1415

1516
## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrating repositories from GitHub.com to GitHub Enterprise Cloud
3-
shortTitle: GitHub.com to Enterprise Cloud
3+
shortTitle: Migrate repositories on GitHub.com
44
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.'
55
versions:
66
fpt: '*'
@@ -10,6 +10,7 @@ defaultTool: cli
1010
redirect_from:
1111
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-to-github-enterprise-cloud/migrating-repositories-from-githubcom-to-github-enterprise-cloud
1212
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud
13+
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-githubcom-to-github-enterprise-cloud
1314
---
1415

1516
## About repository migrations with {% data variables.product.prodname_importer_proper_name %}
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
title: Migrating between GitHub products with GitHub Enterprise Importer
3-
shortTitle: Migrate between GitHub products
4-
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.'
2+
title: Overview of a migration between GitHub products
3+
shortTitle: Overview
4+
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.'
55
versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
99
redirect_from:
1010
- /early-access/github/migrating-with-github-enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
1111
- /early-access/enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
12+
- /migrations/using-github-enterprise-importer/understanding-github-enterprise-importer/migrating-between-github-products-with-github-enterprise-importer
1213
---
1314

1415
## About migrations between {% data variables.product.company_short %} products
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Migrating from Azure DevOps to GitHub Enterprise Cloud
3+
shortTitle: Migrate from Azure DevOps
4+
intro: 'You can migrate repositories to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_importer_proper_name %}.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
children:
10+
- /overview-of-a-migration-from-azure-devops-to-github-enterprise-cloud
11+
- /migrating-repositories-from-azure-devops-to-github-enterprise-cloud
12+
---
13+
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrating repositories from Azure DevOps to GitHub Enterprise Cloud
3-
shortTitle: ADO to Enterprise Cloud
3+
shortTitle: Migrate repositories
44
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.'
55
versions:
66
fpt: '*'
@@ -10,6 +10,7 @@ defaultTool: cli
1010
redirect_from:
1111
- /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
1212
- /early-access/enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud
13+
- /migrations/using-github-enterprise-importer/migrating-repositories-with-github-enterprise-importer/migrating-repositories-from-azure-devops-to-github-enterprise-cloud
1314
---
1415

1516
## About repository migrations with {% data variables.product.prodname_importer_proper_name %}

0 commit comments

Comments
 (0)