Skip to content

Commit 6b32f19

Browse files
authored
Merge pull request github#24724 from github/repo-sync
repo sync
2 parents 5ba4474 + 2450631 commit 6b32f19

File tree

7 files changed

+330
-1
lines changed

7 files changed

+330
-1
lines changed

content/migrations/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Migrations
33
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+
introLinks:
5+
overview: /migrations/overview/about-githubs-migration-tooling
6+
Plan your migration: /migrations/overview/planning-your-migration-to-github
47
featuredLinks:
58
startHere:
69
- /migrations/importing-source-code/using-github-importer/about-github-importer
@@ -19,7 +22,14 @@ versions:
1922
ghec: '*'
2023
ghes: '*'
2124
ghae: '*'
25+
topics:
26+
- Administrator
27+
- Enterprise
28+
- Migration
29+
- Organizations
30+
- Repositories
2231
children:
32+
- /overview
2333
- /importing-source-code
2434
- /using-github-enterprise-importer
2535
- /using-ghe-migrator
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: About GitHub's migration tooling
3+
shortTitle: GitHub's migration tooling
4+
intro: '{% data variables.product.company_short %} provides a variety of different tooling options to support migrations to {% data variables.product.company_short %} and between {% data variables.product.company_short %} products.'
5+
versions:
6+
fpt: '*'
7+
ghes: '*'
8+
ghec: '*'
9+
ghae: '*'
10+
---
11+
12+
{% data reusables.migrations.about-migrations %}
13+
14+
{% data variables.product.company_short %} provides a variety of different tools to support these migrations. Different tools support different migration pathways and provide different levels of migration fidelity.
15+
16+
Some tools, like {% data variables.product.prodname_importer_proper_name %} migrate the current state of your code, all of the code's history, plus your settings and collaboration history, such as issues and pull requests. Other tools migrate only your code and its history, or even the code alone.
17+
18+
To determine the best tool for your migration and learn how to make your migration successful, see "[AUTOTITLE](/migrations/overview/planning-your-migration-to-github)."

content/migrations/overview/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Overview
3+
intro: "Learn about {% data variables.product.company_short %}'s migration tooling options and how to plan your migration."
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
ghae: '*'
9+
children:
10+
- /about-githubs-migration-tooling
11+
- /planning-your-migration-to-github

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

Lines changed: 288 additions & 0 deletions
Large diffs are not rendered by default.

content/organizations/collaborating-with-groups-in-organizations/about-organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About organizations
3-
intro: 'Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once, with sophisticated security and administrative features.'
3+
intro: '{% data reusables.organizations.short-summary %}'
44
redirect_from:
55
- /articles/about-organizations
66
- /github/setting-up-and-managing-organizations-and-teams/about-organizations
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
If you’re moving between {% data variables.product.company_short %} products, such as from {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}, or from another code hosting platform, such as Bitbucket Server or GitLab, to {% data variables.product.company_short %}, you’ll want to bring your work with you: your code, the code's history, and all of your past conversations and collaboration.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Organizations are shared accounts where businesses and open-source projects can collaborate across many projects at once, with sophisticated security and administrative features.

0 commit comments

Comments
 (0)