1
0
mirror of synced 2025-12-21 02:46:50 -05:00

updating content files

This commit is contained in:
Grace Park
2021-06-14 12:06:52 -07:00
parent 850ab9ccb4
commit 6f7e4f50dc
1154 changed files with 6299 additions and 6267 deletions

View File

@@ -12,7 +12,7 @@ To automate common tasks, back up your data, or create integrations that extend
For more information about the API, see the [GitHub REST API](/rest) and [GitHub GraphQL API](/graphql). You can also stay current with API-related news by following the [{% data variables.product.prodname_dotcom %} Developer blog](https://developer.github.com/changes/).
### Further reading
## Further reading
- "[Backing up a repository](/articles/backing-up-a-repository)"{% if currentVersion == "free-pro-team@latest" %}
- "[About integrations](/articles/about-integrations)"{% endif %}

View File

@@ -11,7 +11,7 @@ versions:
github-ae: '*'
---
### Step 1: Get an OAuth token
## Step 1: Get an OAuth token
Create a personal access token on your application settings page. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
@@ -29,7 +29,7 @@ Create a personal access token on your application settings page. For more infor
{% if currentVersion == "free-pro-team@latest" %}{% data reusables.user_settings.removes-personal-access-tokens %}{% endif %}
### Step 2: Clone a repository
## Step 2: Clone a repository
{% data reusables.command_line.providing-token-as-password %}
@@ -41,6 +41,6 @@ To avoid these prompts, you can use Git password caching. For information, see "
{% endwarning %}
### Further reading
## Further reading
- "[Authorizing OAuth Apps](/developers/apps/authorizing-oauth-apps)"