Skip to content

Repo sync #28404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 21, 2023
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