1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #36444 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-04-17 15:37:53 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ shortTitle: 'Create a {% data variables.product.pat_generic %}'
## About {% data variables.product.pat_generic %}s
{% data variables.product.pat_generic_caps %}s are an alternative to using passwords for authentication to {% data variables.product.product_name %} when using the [GitHub API](/rest/overview/authenticating-to-the-rest-api) or the [command line](#using-a-token-on-the-command-line).
{% data variables.product.pat_generic_caps %}s are an alternative to using passwords for authentication to {% data variables.product.product_name %} when using the [GitHub API](/rest/overview/authenticating-to-the-rest-api) or the [command line](#using-a-personal-access-token-on-the-command-line).
{% data variables.product.pat_generic_caps %}s are intended to access {% data variables.product.company_short %} resources on behalf of yourself. To access resources on behalf of an organization, or for long-lived integrations, you should use a {% data variables.product.prodname_github_app %}. For more information, see "[AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-apps)."

View File

@@ -71,7 +71,7 @@ git push REMOTE-NAME --tags
The syntax to delete a branch is a bit arcane at first glance:
```shell
git push REMOTE-NAME:BRANCH-NAME
git push REMOTE-NAME :BRANCH-NAME
```
Note that there is a space before the colon. The command resembles the same steps