Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions content/rest/migrations/orgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ title: Organization migrations
allowTitleToDifferFromFilename: true
shortTitle: Organizations
intro: >-
Use the REST API to move a repository from {% data
variables.product.prodname_dotcom_the_website %} to {% data
variables.product.prodname_ghe_server %}.
Use the REST API to export one or more repositories so you can move them to {% ifversion ghes %}another{% endif %} {% data variables.product.prodname_ghe_server %}{% ifversion ghes %} instance{% endif %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghae: '*'
Expand Down
2 changes: 1 addition & 1 deletion data/variables/migrations.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
user_migrations_intro: >-
You can use these endpoints to review, backup, or migrate your user data stored on {% data variables.product.prodname_dotcom_the_website %}.
organization_migrations_intro: >-
You can use these endpoints to move a repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}. For more information, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-server@latest{% endif %}/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom)."
You can use these endpoints to export one or more repositories so you can move them to a{% ifversion ghes %}nother{% endif %} {% data variables.product.prodname_ghe_server %} instance. For more information, see "[AUTOTITLE]({% ifversion ghae %}/enterprise-server@latest{% endif %}/migrations/using-ghe-migrator/exporting-migration-data-from-githubcom)."
source_imports_intro: >-
You can use these endpoints to start an import from a Git, Subversion,
Mercurial, or Team Foundation Version Control source repository. This is the same
Expand Down