You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-githubcom.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ shortTitle: Export data from GitHub.com
33
33
34
34
To export repository data from {% data variables.product.prodname_dotcom_the_website %}, use <ahref="/rest/reference/migrations"class="dotcom-only">the Migrations API</a>.
35
35
36
-
The Migrations API is currently in a preview period, which means that the endpoints and parameters may change in the future. To access the Migrations API, you must provide a custom [media type](/rest/overview/media-types) in the `Accept` header: `application/vnd.github.wyandotte-preview+json`. The examples below include the custom media type.
37
-
36
+
The Migrations API is currently in a preview period, which means that the endpoints and parameters may change in the future.
38
37
## Generating a migration archive
39
38
40
39
{% data reusables.enterprise_migrations.locking-repositories %}
@@ -45,8 +44,9 @@ The Migrations API is currently in a preview period, which means that the endpoi
45
44
* Your access token for authentication.
46
45
* A [list of the repositories](/rest/reference/repos#list-organization-repositories) you want to migrate:
47
46
```shell
48
-
curl -H "Authorization: token <em>GITHUB_ACCESS_TOKEN</em>" -X POST \
Copy file name to clipboardExpand all lines: content/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Only the user who created the pull request can give you permission to push commi
72
72
73
73
{% tip %}
74
74
75
-
**Tip:** For more information about pull request branches, including examples, see "[Creating a Pull Request](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)."
75
+
**Tip:** For more information about pull request branches, including examples, see "[Creating a Pull Request](/articles/creating-a-pull-request#changing-the-branch-range-and-destination-repository)."
76
76
77
77
{% endtip %}
78
78
8. At this point, you can do anything you want with this branch. You can push new commits to it, run some local tests, or merge other branches into the branch. Make modifications as you like.
0 commit comments