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

Merge branch 'main' into patch-2

This commit is contained in:
Ramya Parimi
2021-12-13 06:25:00 -06:00
committed by GitHub
885 changed files with 12084 additions and 9428 deletions

View File

@@ -62,10 +62,15 @@ jobs:
- name: Remove unwanted git hooks
run: rm .git/hooks/post-checkout
- name: Install Crowdin CLI
# https://support.crowdin.com/cli-tool/#debian
- name: Download and install the public signing key
run: wget -qO - https://artifacts.crowdin.com/repo/GPG-KEY-crowdin | sudo apt-key add -
- name: Create the crowdin.list file in the /etc/apt/sources.list.d directory
run: |
wget https://artifacts.crowdin.com/repo/deb/crowdin3.deb -O /tmp/crowdin.deb
sudo dpkg -i /tmp/crowdin.deb
sudo touch /etc/apt/sources.list.d/crowdin.list
echo "deb https://artifacts.crowdin.com/repo/deb/ /" | sudo tee -a /etc/apt/sources.list.d/crowdin.list
- name: Install the Crowdin CLI Debian Package
run: sudo apt-get update && sudo apt-get install crowdin3
# Delete empty source files that would be rejected by Crowdin breaking the workflow
- name: Remove empty source files
@@ -169,8 +174,9 @@ jobs:
gh pr create --title "New translation batch for ${{ matrix.language }}" \
--base=main \
--head=${{ steps.set-branch.outputs.BRANCH_NAME }} \
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }} \
--label "translation-batch"
--label "translation-batch-${{ matrix.language }}" \
--label "translation-batch" \
--body-file /tmp/pr-body.txt || git push origin :${{ steps.set-branch.outputs.BRANCH_NAME }}
- name: Approve PR
if: github.ref_name == 'main'

View File

@@ -19,9 +19,8 @@ export const ArticleCard = ({ card, typeLabel }: Props) => {
<ul style={{ listStyleType: 'none' }}>
{card.topics.map((topic) => {
return (
<li className="d-inline-block">
<li className="d-inline-block" key={topic}>
<Label
key={topic}
data-testid="article-card-topic"
variant="small"
sx={{ bg: 'accent.emphasis', mr: 1 }}

View File

@@ -2,8 +2,8 @@
title: Managing subscriptions and notifications on GitHub
intro: 'You can specify how to receive notifications, the repositories you are interested in, and the types of activity you want to hear about.'
redirect_from:
- /categories/76/articles/
- /categories/notifications/
- /categories/76/articles
- /categories/notifications
- /categories/receiving-notifications-about-activity-on-github
- /github/managing-subscriptions-and-notifications-on-github
versions:

View File

@@ -2,16 +2,16 @@
title: Viewing your subscriptions
intro: 'To understand where your notifications are coming from and your notifications volume, we recommend reviewing your subscriptions and watched repositories regularly.'
redirect_from:
- /articles/subscribing-to-conversations/
- /articles/unsubscribing-from-conversations/
- /articles/subscribing-to-conversations
- /articles/unsubscribing-from-conversations
- /articles/subscribing-to-and-unsubscribing-from-notifications
- /articles/listing-the-issues-and-pull-requests-youre-subscribed-to
- /articles/watching-repositories/
- /articles/unwatching-repositories/
- /articles/watching-repositories
- /articles/unwatching-repositories
- /articles/watching-and-unwatching-repositories
- /articles/watching-and-unwatching-releases-for-a-repository
- /articles/watching-and-unwatching-team-discussions
- /articles/listing-watched-repositories/
- /articles/listing-watched-repositories
- /articles/listing-the-repositories-you-re-watching
- /articles/listing-the-repositories-youre-watching
- /github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions

View File

@@ -2,7 +2,7 @@
title: About notifications
intro: 'Notifications provide updates about the activity on {% data variables.product.product_location %} that you''ve subscribed to. You can use the notifications inbox to customize, triage, and manage your updates.'
redirect_from:
- /articles/notifications/
- /articles/notifications
- /articles/about-notifications
- /github/managing-subscriptions-and-notifications-on-github/about-notifications-beta
- /github/managing-subscriptions-and-notifications-on-github/about-notifications

View File

@@ -3,16 +3,16 @@ title: Configuring notifications
intro: 'Choose the type of activity on {% data variables.product.prodname_dotcom %} that you want to receive notifications for and how you want these updates delivered.'
redirect_from:
- /articles/about-web-notifications
- /format-of-notification-emails/
- /articles/configuring-notification-emails/
- /articles/about-notification-emails/
- /format-of-notification-emails
- /articles/configuring-notification-emails
- /articles/about-notification-emails
- /articles/about-email-notifications
- /articles/accessing-your-notifications
- /articles/configuring-notification-delivery-methods/
- /articles/managing-notification-delivery-methods/
- /articles/managing-notification-emails-for-organizations/
- /articles/configuring-notification-delivery-methods
- /articles/managing-notification-delivery-methods
- /articles/managing-notification-emails-for-organizations
- /articles/choosing-the-delivery-method-for-your-notifications
- /articles/choosing-the-types-of-notifications-you-receive/
- /articles/choosing-the-types-of-notifications-you-receive
- /github/managing-subscriptions-and-notifications-on-github/configuring-notifications
- /github/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications
versions:

View File

@@ -2,7 +2,7 @@
title: Viewing and triaging notifications
intro: 'To optimize your notifications workflow, you can customize how you view and triage notifications.'
redirect_from:
- /articles/managing-notifications/
- /articles/managing-notifications
- /articles/managing-your-notifications
- /github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications
versions:

View File

@@ -2,8 +2,8 @@
title: About your profile
intro: 'Your profile page tells people the story of your work through the repositories you''re interested in, the contributions you''ve made, and the conversations you''ve had.'
redirect_from:
- /articles/viewing-your-feeds/
- /articles/profile-pages/
- /articles/viewing-your-feeds
- /articles/profile-pages
- /articles/about-your-profile
- /github/setting-up-and-managing-your-github-profile/about-your-profile
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-profile

View File

@@ -2,11 +2,11 @@
title: Personalizing your profile
intro: 'You can share information about yourself with other {% data variables.product.product_name %} users by setting a profile picture and adding a bio to your profile.'
redirect_from:
- /articles/adding-a-bio-to-your-profile/
- /articles/setting-your-profile-picture/
- /articles/how-do-i-set-up-my-profile-picture/
- /articles/gravatar-problems/
- /articles/how-do-i-set-up-my-avatar/
- /articles/adding-a-bio-to-your-profile
- /articles/setting-your-profile-picture
- /articles/how-do-i-set-up-my-profile-picture
- /articles/gravatar-problems
- /articles/how-do-i-set-up-my-avatar
- /articles/personalizing-your-profile
- /github/setting-up-and-managing-your-github-profile/personalizing-your-profile
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile

View File

@@ -2,7 +2,7 @@
title: Pinning items to your profile
intro: You can pin gists and repositories to your profile so other people can quickly see your best work.
redirect_from:
- /articles/pinning-repositories-to-your-profile/
- /articles/pinning-repositories-to-your-profile
- /articles/pinning-items-to-your-profile
- /github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile

View File

@@ -2,7 +2,7 @@
title: Sending enterprise contributions to your GitHub.com profile
intro: 'You can highlight your work on {% data variables.product.prodname_enterprise %} by sending the contribution counts to your {% data variables.product.prodname_dotcom_the_website %} profile.'
redirect_from:
- /articles/sending-your-github-enterprise-contributions-to-your-github-com-profile/
- /articles/sending-your-github-enterprise-contributions-to-your-github-com-profile
- /articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile
- /articles/sending-your-github-enterprise-server-contributions-to-your-githubcom-profile
- /github/setting-up-and-managing-your-github-profile/sending-your-github-enterprise-server-contributions-to-your-githubcom-profile

View File

@@ -2,8 +2,8 @@
title: Viewing contributions on your profile
intro: 'Your {% data variables.product.product_name %} profile shows off {% ifversion fpt or ghes or ghec %}your pinned repositories as well as{% endif %} a graph of your repository contributions over the past year.'
redirect_from:
- /articles/viewing-contributions/
- /articles/viewing-contributions-on-your-profile-page/
- /articles/viewing-contributions
- /articles/viewing-contributions-on-your-profile-page
- /articles/viewing-contributions-on-your-profile
- /github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile
- /github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile

View File

@@ -2,8 +2,8 @@
title: Managing access to your personal repositories
intro: You can give people collaborator access to repositories owned by your personal account.
redirect_from:
- /categories/101/articles/
- /categories/managing-repository-collaborators/
- /categories/101/articles
- /categories/managing-repository-collaborators
- /articles/managing-access-to-your-personal-repositories
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories
product: '{% data reusables.gated-features.user-repo-collaborators %}'

View File

@@ -2,8 +2,8 @@
title: Inviting collaborators to a personal repository
intro: 'You can {% ifversion fpt or ghec %}invite users to become{% else %}add users as{% endif %} collaborators to your personal repository.'
redirect_from:
- /articles/how-do-i-add-a-collaborator/
- /articles/adding-collaborators-to-a-personal-repository/
- /articles/how-do-i-add-a-collaborator
- /articles/adding-collaborators-to-a-personal-repository
- /articles/inviting-collaborators-to-a-personal-repository
- /github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository

View File

@@ -2,11 +2,11 @@
title: Removing a collaborator from a personal repository
intro: 'When you remove a collaborator from your project, they lose read/write access to your repository. If the repository is private and the person has created a fork, then that fork is also deleted.'
redirect_from:
- /articles/how-do-i-remove-a-collaborator/
- /articles/what-happens-when-i-remove-a-collaborator-from-my-private-repository/
- /articles/removing-a-collaborator-from-a-private-repository/
- /articles/deleting-a-private-fork-of-a-private-user-repository/
- /articles/how-do-i-delete-a-fork-of-my-private-repository/
- /articles/how-do-i-remove-a-collaborator
- /articles/what-happens-when-i-remove-a-collaborator-from-my-private-repository
- /articles/removing-a-collaborator-from-a-private-repository
- /articles/deleting-a-private-fork-of-a-private-user-repository
- /articles/how-do-i-delete-a-fork-of-my-private-repository
- /articles/removing-a-collaborator-from-a-personal-repository
- /github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository

View File

@@ -2,9 +2,9 @@
title: Removing yourself from a collaborator's repository
intro: 'If you no longer want to be a collaborator on someone else''s repository, you can remove yourself.'
redirect_from:
- /leave-a-collaborative-repo/
- /leave-a-repo/
- /articles/removing-yourself-from-a-collaborator-s-repo/
- /leave-a-collaborative-repo
- /leave-a-repo
- /articles/removing-yourself-from-a-collaborator-s-repo
- /articles/removing-yourself-from-a-collaborator-s-repository
- /articles/removing-yourself-from-a-collaborators-repository
- /github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository

View File

@@ -2,7 +2,7 @@
title: Managing email preferences
intro: 'You can add or change the email addresses associated with your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.product.product_location %}{% endif %}. You can also manage emails you receive from {% data variables.product.product_name %}.'
redirect_from:
- /categories/managing-email-preferences/
- /categories/managing-email-preferences
- /articles/managing-email-preferences
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences
versions:

View File

@@ -2,8 +2,8 @@
title: Remembering your GitHub username or email
intro: 'Are you signing in to {% data variables.product.product_location %} for the first time in a while? If so, welcome back! If you can''t remember your {% data variables.product.product_name %} user account name, you can try these methods for remembering it.'
redirect_from:
- /articles/oh-noes-i-ve-forgotten-my-username-email/
- /articles/oh-noes-i-ve-forgotten-my-username-or-email/
- /articles/oh-noes-i-ve-forgotten-my-username-email
- /articles/oh-noes-i-ve-forgotten-my-username-or-email
- /articles/remembering-your-github-username-or-email
- /github/setting-up-and-managing-your-github-user-account/remembering-your-github-username-or-email
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email

View File

@@ -2,13 +2,13 @@
title: Setting your commit email address
intro: 'You can set the email address that is used to author commits on {% data variables.product.product_location %} and on your computer.'
redirect_from:
- /articles/keeping-your-email-address-private/
- /articles/setting-your-commit-email-address-on-github/
- /articles/about-commit-email-addresses/
- /articles/git-email-settings/
- /articles/setting-your-email-in-git/
- /articles/set-your-user-name-email-and-github-token/
- /articles/setting-your-commit-email-address-in-git/
- /articles/keeping-your-email-address-private
- /articles/setting-your-commit-email-address-on-github
- /articles/about-commit-email-addresses
- /articles/git-email-settings
- /articles/setting-your-email-in-git
- /articles/set-your-user-name-email-and-github-token
- /articles/setting-your-commit-email-address-in-git
- /articles/setting-your-commit-email-address
- /github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address

View File

@@ -1,8 +1,8 @@
---
title: About your personal dashboard
redirect_from:
- /hidden/about-improved-navigation-to-commonly-accessed-pages-on-github/
- /articles/opting-into-the-public-beta-for-a-new-dashboard/
- /hidden/about-improved-navigation-to-commonly-accessed-pages-on-github
- /articles/opting-into-the-public-beta-for-a-new-dashboard
- /articles/about-your-personal-dashboard
- /github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard

View File

@@ -2,10 +2,10 @@
title: Changing your GitHub username
intro: 'You can change the username for your account on {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom_the_website %}{% elsif ghes %}{% data variables.product.product_location %} if your instance uses built-in authentication{% endif %}.'
redirect_from:
- /articles/how-to-change-your-username/
- /articles/changing-your-github-user-name/
- /articles/renaming-a-user/
- /articles/what-happens-when-i-change-my-username/
- /articles/how-to-change-your-username
- /articles/changing-your-github-user-name
- /articles/renaming-a-user
- /articles/what-happens-when-i-change-my-username
- /articles/changing-your-github-username
- /github/setting-up-and-managing-your-github-user-account/changing-your-github-username
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username

View File

@@ -1,8 +1,8 @@
---
title: Converting a user into an organization
redirect_from:
- /articles/what-is-the-difference-between-create-new-organization-and-turn-account-into-an-organization/
- /articles/explaining-the-account-transformation-warning/
- /articles/what-is-the-difference-between-create-new-organization-and-turn-account-into-an-organization
- /articles/explaining-the-account-transformation-warning
- /articles/converting-a-user-into-an-organization
- /github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization

View File

@@ -2,7 +2,7 @@
title: Deleting your user account
intro: 'You can delete your {% data variables.product.product_name %} user account at any time.'
redirect_from:
- /articles/deleting-a-user-account/
- /articles/deleting-a-user-account
- /articles/deleting-your-user-account
- /github/setting-up-and-managing-your-github-user-account/deleting-your-user-account
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account

View File

@@ -2,8 +2,8 @@
title: Managing user account settings
intro: 'You can change several settings for your personal account, including changing your username and deleting your account.'
redirect_from:
- /categories/29/articles/
- /categories/user-accounts/
- /categories/29/articles
- /categories/user-accounts
- /articles/managing-user-account-settings
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings
versions:

View File

@@ -2,7 +2,7 @@
title: Managing access to your user account's project boards
intro: 'As a project board owner, you can add or remove a collaborator and customize their permissions to a project board.'
redirect_from:
- /articles/managing-project-boards-in-your-repository-or-organization/
- /articles/managing-project-boards-in-your-repository-or-organization
- /articles/managing-access-to-your-user-account-s-project-boards
- /articles/managing-access-to-your-user-accounts-project-boards
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards

View File

@@ -2,8 +2,8 @@
title: Merging multiple user accounts
intro: 'If you have separate accounts for work and personal use, you can merge the accounts.'
redirect_from:
- /articles/can-i-merge-two-accounts/
- /articles/keeping-work-and-personal-repositories-separate/
- /articles/can-i-merge-two-accounts
- /articles/keeping-work-and-personal-repositories-separate
- /articles/merging-multiple-user-accounts
- /github/setting-up-and-managing-your-github-user-account/merging-multiple-user-accounts
- /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts

View File

@@ -2,9 +2,9 @@
title: Accessing an organization
intro: 'To access an organization that you''re a member of, you must sign in to your personal user account.'
redirect_from:
- /articles/error-cannot-log-in-that-account-is-an-organization/
- /articles/cannot-log-in-that-account-is-an-organization/
- /articles/how-do-i-access-my-organization-account/
- /articles/error-cannot-log-in-that-account-is-an-organization
- /articles/cannot-log-in-that-account-is-an-organization
- /articles/how-do-i-access-my-organization-account
- /articles/accessing-an-organization
- /github/setting-up-and-managing-your-github-user-account/accessing-an-organization
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization

View File

@@ -2,7 +2,7 @@
title: Publicizing or hiding organization membership
intro: 'If you''d like to tell the world which organizations you belong to, you can display the avatars of the organizations on your profile.'
redirect_from:
- /articles/publicizing-or-concealing-organization-membership/
- /articles/publicizing-or-concealing-organization-membership
- /articles/publicizing-or-hiding-organization-membership
- /github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership

View File

@@ -2,7 +2,7 @@
title: Removing yourself from an organization
intro: 'If you''re an outside collaborator or a member of an organization, you can leave the organization at any time.'
redirect_from:
- /articles/how-do-i-remove-myself-from-an-organization/
- /articles/how-do-i-remove-myself-from-an-organization
- /articles/removing-yourself-from-an-organization
- /github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization

View File

@@ -2,8 +2,8 @@
title: Requesting organization approval for OAuth Apps
intro: 'Organization members can request that an owner approve access to organization resources for {% data variables.product.prodname_oauth_app %}.'
redirect_from:
- /articles/requesting-organization-approval-for-third-party-applications/
- /articles/requesting-organization-approval-for-your-authorized-applications/
- /articles/requesting-organization-approval-for-third-party-applications
- /articles/requesting-organization-approval-for-your-authorized-applications
- /articles/requesting-organization-approval-for-oauth-apps
- /github/setting-up-and-managing-your-github-user-account/requesting-organization-approval-for-oauth-apps
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps

View File

@@ -30,7 +30,7 @@ topics:
## The components of {% data variables.product.prodname_actions %}
You can configure a {% data variables.product.prodname_actions %} _workflow_ to be triggered when an _event_ occurs in your repository, such as a pull request being opened or an issue being created. Your workflow contains one or more _jobs_ which can run in sequential order or in parallel. Each job will run inside its own virtual machine _runner_, or inside a container, and has one or more _steps_ that either run a script that you define or run an _action_, which is a reusable extension that can simplify in your workflow.
You can configure a {% data variables.product.prodname_actions %} _workflow_ to be triggered when an _event_ occurs in your repository, such as a pull request being opened or an issue being created. Your workflow contains one or more _jobs_ which can run in sequential order or in parallel. Each job will run inside its own virtual machine _runner_, or inside a container, and has one or more _steps_ that either run a script that you define or run an _action_, which is a reusable extension that can simplify your workflow.
![Workflow overview](/assets/images/help/images/overview-actions-simple.png)

View File

@@ -2,7 +2,6 @@
title: Migrating from Azure Pipelines to GitHub Actions
intro: '{% data variables.product.prodname_actions %} and Azure Pipelines share several configuration similarities, which makes migrating to {% data variables.product.prodname_actions %} relatively straightforward.'
redirect_from:
- /actions/migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
- /actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions
versions:
fpt: '*'

View File

@@ -2,7 +2,6 @@
title: Migrating from CircleCI to GitHub Actions
intro: 'GitHub Actions and CircleCI share several similarities in configuration, which makes migration to GitHub Actions relatively straightforward.'
redirect_from:
- /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions
- /actions/learn-github-actions/migrating-from-circleci-to-github-actions
versions:
fpt: '*'

View File

@@ -2,7 +2,6 @@
title: Migrating from Jenkins to GitHub Actions
intro: '{% data variables.product.prodname_actions %} and Jenkins share multiple similarities, which makes migration to {% data variables.product.prodname_actions %} relatively straightforward.'
redirect_from:
- /actions/migrating-to-github-actions/migrating-from-jenkins-to-github-actions
- /actions/learn-github-actions/migrating-from-jenkins-to-github-actions
versions:
fpt: '*'

View File

@@ -2,7 +2,6 @@
title: Migrating from Travis CI to GitHub Actions
intro: '{% data variables.product.prodname_actions %} and Travis CI share multiple similarities, which helps make it relatively straightforward to migrate to {% data variables.product.prodname_actions %}.'
redirect_from:
- /actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
- /actions/learn-github-actions/migrating-from-travis-ci-to-github-actions
versions:
fpt: '*'

View File

@@ -2,7 +2,7 @@
title: Authorizing a personal access token for use with SAML single sign-on
intro: 'To use a personal access token with an organization that uses SAML single sign-on (SSO), you must first authorize the token.'
redirect_from:
- /articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization/
- /articles/authorizing-a-personal-access-token-for-use-with-a-saml-single-sign-on-organization
- /articles/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on

View File

@@ -2,7 +2,7 @@
title: Authorizing an SSH key for use with SAML single sign-on
intro: 'To use an SSH key with an organization that uses SAML single sign-on (SSO), you must first authorize the key.'
redirect_from:
- /articles/authorizing-an-ssh-key-for-use-with-a-saml-single-sign-on-organization/
- /articles/authorizing-an-ssh-key-for-use-with-a-saml-single-sign-on-organization
- /articles/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/authorizing-an-ssh-key-for-use-with-saml-single-sign-on

View File

@@ -3,9 +3,9 @@ title: Authenticating with SAML single sign-on
intro: 'You can authenticate to {% ifversion fpt %}a {% data variables.product.product_name %} organization {% elsif ghae %}{% data variables.product.product_location %} {% endif %}with SAML single sign-on (SSO){% ifversion fpt %} and view your active sessions{% endif %}.'
product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on
- /articles/authenticating-with-saml-single-sign-on
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on/
- /github/authenticating-to-github/authenticating-with-saml-single-sign-on
versions:
fpt: '*'
ghae: '*'

View File

@@ -2,8 +2,8 @@
title: Generating a new SSH key and adding it to the ssh-agent
intro: 'After you''ve checked for existing SSH keys, you can generate a new SSH key to use for authentication, then add it to the ssh-agent.'
redirect_from:
- /articles/adding-a-new-ssh-key-to-the-ssh-agent/
- /articles/generating-a-new-ssh-key/
- /articles/adding-a-new-ssh-key-to-the-ssh-agent
- /articles/generating-a-new-ssh-key
- /articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- /github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
- /github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

View File

@@ -2,15 +2,15 @@
title: Connecting to GitHub with SSH
intro: 'You can connect to {% data variables.product.product_name %} using the Secure Shell Protocol (SSH), which provides a secure channel over an unsecured network.'
redirect_from:
- /key-setup-redirect/
- /linux-key-setup/
- /mac-key-setup/
- /msysgit-key-setup/
- /articles/ssh-key-setup/
- /articles/generating-ssh-keys/
- /articles/generating-an-ssh-key/
- /key-setup-redirect
- /linux-key-setup
- /mac-key-setup
- /msysgit-key-setup
- /articles/ssh-key-setup
- /articles/generating-ssh-keys
- /articles/generating-an-ssh-key
- /articles/connecting-to-github-with-ssh
- /github/authenticating-to-github/connecting-to-github-with-ssh/
- /github/authenticating-to-github/connecting-to-github-with-ssh
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Working with SSH key passphrases
intro: You can secure your SSH keys and configure an authentication agent so that you won't have to reenter your passphrase every time you use your SSH keys.
redirect_from:
- /ssh-key-passphrases/
- /working-with-key-passphrases/
- /ssh-key-passphrases
- /working-with-key-passphrases
- /articles/working-with-ssh-key-passphrases
- /github/authenticating-to-github/working-with-ssh-key-passphrases
- /github/authenticating-to-github/connecting-to-github-with-ssh/working-with-ssh-key-passphrases

View File

@@ -2,17 +2,17 @@
title: Authentication
intro: 'Keep your account and data secure with features like {% ifversion not ghae %}two-factor authentication, {% endif %}SSH{% ifversion not ghae %},{% endif %} and commit signature verification.'
redirect_from:
- /categories/56/articles/
- /categories/ssh/
- /mac-verify-ssh/
- /ssh-issues/
- /verify-ssh-redirect/
- /win-verify-ssh/
- /categories/92/articles/
- /categories/gpg/
- /categories/security/
- /categories/56/articles
- /categories/ssh
- /mac-verify-ssh
- /ssh-issues
- /verify-ssh-redirect
- /win-verify-ssh
- /categories/92/articles
- /categories/gpg
- /categories/security
- /categories/authenticating-to-github
- /github/authenticating-to-github/
- /github/authenticating-to-github
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,7 +2,7 @@
title: About anonymized URLs
intro: 'If you upload an image or video to {% data variables.product.product_name %}, the URL of the image or video will be modified so your information is not trackable.'
redirect_from:
- /articles/why-do-my-images-have-strange-urls/
- /articles/why-do-my-images-have-strange-urls
- /articles/about-anonymized-image-urls
- /authenticating-to-github/about-anonymized-image-urls
- /github/authenticating-to-github/about-anonymized-urls

View File

@@ -2,10 +2,10 @@
title: About GitHub's IP addresses
intro: '{% data variables.product.product_name %} serves applications from multiple IP address ranges, which are available using the API.'
redirect_from:
- /articles/what-ip-addresses-does-github-use-that-i-should-whitelist/
- /categories/73/articles/
- /categories/administration/
- /articles/github-s-ip-addresses/
- /articles/what-ip-addresses-does-github-use-that-i-should-whitelist
- /categories/73/articles
- /categories/administration
- /articles/github-s-ip-addresses
- /articles/about-github-s-ip-addresses
- /articles/about-githubs-ip-addresses
- /github/authenticating-to-github/about-githubs-ip-addresses

View File

@@ -2,8 +2,8 @@
title: Creating a personal access token
intro: You should create a personal access token to use in place of a password with the command line or with the API.
redirect_from:
- /articles/creating-an-oauth-token-for-command-line-use/
- /articles/creating-an-access-token-for-command-line-use/
- /articles/creating-an-oauth-token-for-command-line-use
- /articles/creating-an-access-token-for-command-line-use
- /articles/creating-a-personal-access-token-for-the-command-line
- /github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
- /github/authenticating-to-github/creating-a-personal-access-token

View File

@@ -2,7 +2,7 @@
title: Creating a strong password
intro: 'Secure your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.product.product_location %}{% endif %} with a strong and unique password using a password manager.'
redirect_from:
- /articles/what-is-a-strong-password/
- /articles/what-is-a-strong-password
- /articles/creating-a-strong-password
- /github/authenticating-to-github/creating-a-strong-password
- /github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-strong-password

View File

@@ -2,7 +2,7 @@
title: GitHub's SSH key fingerprints
intro: Public key fingerprints can be used to validate a connection to a remote server.
redirect_from:
- /articles/what-are-github-s-ssh-key-fingerprints/
- /articles/what-are-github-s-ssh-key-fingerprints
- /articles/github-s-ssh-key-fingerprints
- /articles/githubs-ssh-key-fingerprints
- /github/authenticating-to-github/githubs-ssh-key-fingerprints

View File

@@ -3,7 +3,7 @@ title: Keeping your account and data secure
intro: 'To protect your personal information, you should keep both your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.product.product_location %}{% endif %} and any associated data secure.'
redirect_from:
- /articles/keeping-your-account-and-data-secure
- /github/authenticating-to-github/keeping-your-account-and-data-secure/
- /github/authenticating-to-github/keeping-your-account-and-data-secure
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,9 +2,9 @@
title: Removing sensitive data from a repository
intro: 'If you commit sensitive data, such as a password or SSH key into a Git repository, you can remove it from the history. To entirely remove unwanted files from a repository''s history you can use either the `git filter-repo` tool or the BFG Repo-Cleaner open source tool.'
redirect_from:
- /remove-sensitive-data/
- /removing-sensitive-data/
- /articles/remove-sensitive-data/
- /remove-sensitive-data
- /removing-sensitive-data
- /articles/remove-sensitive-data
- /articles/removing-sensitive-data-from-a-repository
- /github/authenticating-to-github/removing-sensitive-data-from-a-repository
- /github/authenticating-to-github/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository

View File

@@ -2,8 +2,8 @@
title: Reviewing your SSH keys
intro: 'To keep your credentials secure, you should regularly audit your SSH keys, deploy keys, and review authorized applications that access your account on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.product.product_location %}{% endif %}.'
redirect_from:
- /articles/keeping-your-application-access-tokens-safe/
- /articles/keeping-your-ssh-keys-and-application-access-tokens-safe/
- /articles/keeping-your-application-access-tokens-safe
- /articles/keeping-your-ssh-keys-and-application-access-tokens-safe
- /articles/reviewing-your-ssh-keys
- /github/authenticating-to-github/reviewing-your-ssh-keys
- /github/authenticating-to-github/keeping-your-account-and-data-secure/reviewing-your-ssh-keys

View File

@@ -2,8 +2,8 @@
title: Updating your GitHub access credentials
intro: '{% data variables.product.product_name %} credentials include{% ifversion not ghae %} not only your password, but also{% endif %} the access tokens, SSH keys, and application API tokens you use to communicate with {% data variables.product.product_name %}. Should you have the need, you can reset all of these access credentials yourself.'
redirect_from:
- /articles/rolling-your-credentials/
- /articles/how-can-i-reset-my-password/
- /articles/rolling-your-credentials
- /articles/how-can-i-reset-my-password
- /articles/updating-your-github-access-credentials
- /github/authenticating-to-github/updating-your-github-access-credentials
- /github/authenticating-to-github/keeping-your-account-and-data-secure/updating-your-github-access-credentials

View File

@@ -2,8 +2,8 @@
title: About commit signature verification
intro: 'Using GPG or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on {% data variables.product.product_name %} so other people can be confident that the changes come from a trusted source.'
redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/
- /articles/about-gpg/
- /articles/about-gpg-commit-and-tag-signatures
- /articles/about-gpg
- /articles/about-commit-signature-verification
- /github/authenticating-to-github/about-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/about-commit-signature-verification

View File

@@ -2,10 +2,10 @@
title: Managing commit signature verification
intro: 'You can sign your work locally using GPG or S/MIME. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% ifversion fpt %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
redirect_from:
- /articles/generating-a-gpg-key/
- /articles/signing-commits-with-gpg/
- /articles/generating-a-gpg-key
- /articles/signing-commits-with-gpg
- /articles/managing-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/
- /github/authenticating-to-github/managing-commit-signature-verification
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Signing commits
intro: You can sign commits locally using GPG or S/MIME.
redirect_from:
- /articles/signing-commits-and-tags-using-gpg/
- /articles/signing-commits-using-gpg/
- /articles/signing-commits-and-tags-using-gpg
- /articles/signing-commits-using-gpg
- /articles/signing-commits
- /github/authenticating-to-github/signing-commits
- /github/authenticating-to-github/managing-commit-signature-verification/signing-commits

View File

@@ -2,7 +2,7 @@
title: Signing tags
intro: You can sign tags locally using GPG or S/MIME.
redirect_from:
- /articles/signing-tags-using-gpg/
- /articles/signing-tags-using-gpg
- /articles/signing-tags
- /github/authenticating-to-github/signing-tags
- /github/authenticating-to-github/managing-commit-signature-verification/signing-tags

View File

@@ -2,7 +2,7 @@
title: Telling Git about your signing key
intro: 'To sign commits locally, you need to inform Git that there''s a GPG or X.509 key you''d like to use.'
redirect_from:
- /articles/telling-git-about-your-gpg-key/
- /articles/telling-git-about-your-gpg-key
- /articles/telling-git-about-your-signing-key
- /github/authenticating-to-github/telling-git-about-your-signing-key
- /github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key

View File

@@ -2,9 +2,9 @@
title: Accessing GitHub using two-factor authentication
intro: 'With 2FA enabled, you''ll be asked to provide your 2FA authentication code, as well as your password, when you sign in to {% data variables.product.product_name %}.'
redirect_from:
- /articles/providing-your-2fa-security-code/
- /articles/providing-your-2fa-authentication-code/
- /articles/authenticating-to-github-using-fido-u2f-via-nfc/
- /articles/providing-your-2fa-security-code
- /articles/providing-your-2fa-authentication-code
- /articles/authenticating-to-github-using-fido-u2f-via-nfc
- /articles/accessing-github-using-two-factor-authentication
- /github/authenticating-to-github/accessing-github-using-two-factor-authentication
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication

View File

@@ -2,7 +2,7 @@
title: Changing two-factor authentication delivery methods for your mobile device
intro: You can switch between receiving authentication codes through a text message or a mobile application.
redirect_from:
- /articles/changing-two-factor-authentication-delivery-methods/
- /articles/changing-two-factor-authentication-delivery-methods
- /articles/changing-two-factor-authentication-delivery-methods-for-your-mobile-device
- /github/authenticating-to-github/changing-two-factor-authentication-delivery-methods-for-your-mobile-device
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/changing-two-factor-authentication-delivery-methods-for-your-mobile-device

View File

@@ -2,11 +2,11 @@
title: Configuring two-factor authentication recovery methods
intro: You can set up a variety of recovery methods to access your account if you lose your two-factor authentication credentials.
redirect_from:
- /articles/downloading-your-two-factor-authentication-recovery-codes/
- /articles/setting-a-fallback-authentication-number/
- /articles/about-recover-accounts-elsewhere/
- /articles/adding-a-fallback-authentication-method-with-recover-accounts-elsewhere/
- /articles/generating-and-storing-an-account-recovery-token/
- /articles/downloading-your-two-factor-authentication-recovery-codes
- /articles/setting-a-fallback-authentication-number
- /articles/about-recover-accounts-elsewhere
- /articles/adding-a-fallback-authentication-method-with-recover-accounts-elsewhere
- /articles/generating-and-storing-an-account-recovery-token
- /articles/configuring-two-factor-authentication-recovery-methods
- /github/authenticating-to-github/configuring-two-factor-authentication-recovery-methods
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication-recovery-methods

View File

@@ -2,9 +2,9 @@
title: Configuring two-factor authentication
intro: You can choose among multiple options to add a second source of authentication to your account.
redirect_from:
- /articles/configuring-two-factor-authentication-via-a-totp-mobile-app/
- /articles/configuring-two-factor-authentication-via-text-message/
- /articles/configuring-two-factor-authentication-via-fido-u2f/
- /articles/configuring-two-factor-authentication-via-a-totp-mobile-app
- /articles/configuring-two-factor-authentication-via-text-message
- /articles/configuring-two-factor-authentication-via-fido-u2f
- /articles/configuring-two-factor-authentication
- /github/authenticating-to-github/configuring-two-factor-authentication
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/configuring-two-factor-authentication

View File

@@ -2,10 +2,10 @@
title: Securing your account with two-factor authentication (2FA)
intro: 'You can set up your account on {% data variables.product.product_location %} to require an authentication code in addition to your password when you sign in.'
redirect_from:
- /categories/84/articles/
- /categories/two-factor-authentication-2fa/
- /categories/84/articles
- /categories/two-factor-authentication-2fa
- /articles/securing-your-account-with-two-factor-authentication-2fa
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Recovering your account if you lose your 2FA credentials
intro: 'If you lose access to your two-factor authentication credentials, you can use your recovery codes, or another recovery option, to regain access to your account.'
redirect_from:
- /articles/recovering-your-account-if-you-lost-your-2fa-credentials/
- /articles/authenticating-with-an-account-recovery-token/
- /articles/recovering-your-account-if-you-lost-your-2fa-credentials
- /articles/authenticating-with-an-account-recovery-token
- /articles/recovering-your-account-if-you-lose-your-2fa-credentials
- /github/authenticating-to-github/recovering-your-account-if-you-lose-your-2fa-credentials
- /github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa/recovering-your-account-if-you-lose-your-2fa-credentials

View File

@@ -2,7 +2,7 @@
title: Checking your commit and tag signature verification status
intro: 'You can check the verification status of your commit and tag signatures on {% data variables.product.product_name %}.'
redirect_from:
- /articles/checking-your-gpg-commit-and-tag-signature-verification-status/
- /articles/checking-your-gpg-commit-and-tag-signature-verification-status
- /articles/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/checking-your-commit-and-tag-signature-verification-status

View File

@@ -2,9 +2,9 @@
title: Troubleshooting commit signature verification
intro: 'You may need to troubleshoot unexpected issues that arise when signing commits locally for verification on {% data variables.product.product_name %}.'
redirect_from:
- /articles/troubleshooting-gpg/
- /articles/troubleshooting-gpg
- /articles/troubleshooting-commit-signature-verification
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/
- /github/authenticating-to-github/troubleshooting-commit-signature-verification
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,7 +2,7 @@
title: 'Error: Agent admitted failure to sign'
intro: 'In rare circumstances, connecting to {% data variables.product.product_name %} via SSH on Linux produces the error `"Agent admitted failure to sign using the key"`. Follow these steps to resolve the problem.'
redirect_from:
- /articles/error-agent-admitted-failure-to-sign-using-the-key/
- /articles/error-agent-admitted-failure-to-sign-using-the-key
- /articles/error-agent-admitted-failure-to-sign
- /github/authenticating-to-github/error-agent-admitted-failure-to-sign
- /github/authenticating-to-github/troubleshooting-ssh/error-agent-admitted-failure-to-sign

View File

@@ -3,7 +3,7 @@ title: Troubleshooting SSH
intro: 'When using SSH to connect and authenticate to {% data variables.product.product_name %}, you may need to troubleshoot unexpected issues that may arise.'
redirect_from:
- /articles/troubleshooting-ssh
- /github/authenticating-to-github/troubleshooting-ssh/
- /github/authenticating-to-github/troubleshooting-ssh
versions:
fpt: '*'
ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Recovering your SSH key passphrase
intro: 'If you''ve lost your SSH key passphrase, depending on the operating system you use, you may either recover it or you may need to generate a new SSH key passphrase.'
redirect_from:
- /articles/how-do-i-recover-my-passphrase/
- /articles/how-do-i-recover-my-ssh-key-passphrase/
- /articles/how-do-i-recover-my-passphrase
- /articles/how-do-i-recover-my-ssh-key-passphrase
- /articles/recovering-your-ssh-key-passphrase
- /github/authenticating-to-github/recovering-your-ssh-key-passphrase
- /github/authenticating-to-github/troubleshooting-ssh/recovering-your-ssh-key-passphrase

View File

@@ -49,7 +49,7 @@ To use an organization account with {% data variables.product.prodname_ghe_cloud
Alternatively, if you have an existing organization account that you would like to upgrade, follow the steps in "[Upgrading your {% data variables.product.prodname_dotcom %} subscription](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription#upgrading-your-organizations-subscription)."
#### 3. Setting up and managing billing
When you choose to use an organization account with {% data variables.product.prodname_ghe_cloud %}, you'll first have access to a [14-day trial](/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud). If you don't purchase {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_team %} before your trial ends, your organization will be downgraded to {% data variables.product.prodname_free_user %} and lose access to any advanced tooling and features that are only included with paid products. For more information, see "[Finishing your trial](/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud#finishing-your-trial)."
When you choose to use an organization account with {% data variables.product.prodname_ghe_cloud %}, you'll first have access to a [30-day trial](/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud). If you don't purchase {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_team %} before your trial ends, your organization will be downgraded to {% data variables.product.prodname_free_user %} and lose access to any advanced tooling and features that are only included with paid products. For more information, see "[Finishing your trial](/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-cloud#finishing-your-trial)."
Your organization's billing settings page allows you to manage settings like your payment method and billing cycle, view information about your subscription, and upgrade your storage and {% data variables.product.prodname_actions %} minutes. For more information on managing your billing settings, see "[Managing your {% data variables.product.prodname_dotcom %} billing settings](/billing/managing-your-github-billing-settings)."

View File

@@ -29,7 +29,7 @@ You can use organizations for free with {% data variables.product.prodname_free_
## About trials of {% data variables.product.prodname_ghe_cloud %}
You can set up a 14-day trial to evaluate {% data variables.product.prodname_ghe_cloud %}. You do not need to provide a payment method during the trial unless you add {% data variables.product.prodname_marketplace %} apps to your organization that require a payment method. For more information, see "<a href="/articles/about-billing-for-github-marketplace/" class="dotcom-only">About billing for {% data variables.product.prodname_marketplace %}</a>."
You can set up a 30-day trial to evaluate {% data variables.product.prodname_ghe_cloud %}. You do not need to provide a payment method during the trial unless you add {% data variables.product.prodname_marketplace %} apps to your organization that require a payment method. For more information, see "<a href="/articles/about-billing-for-github-marketplace/" class="dotcom-only">About billing for {% data variables.product.prodname_marketplace %}</a>."
Your trial includes 50 seats. If you need more seats to evaluate {% data variables.product.prodname_ghe_cloud %}, contact {% data variables.contact.contact_enterprise_sales %}. At the end of the trial, you can choose a different number of seats.

View File

@@ -1,7 +1,7 @@
---
title: About Git rebase
redirect_from:
- /rebase/
- /rebase
- articles/interactive-rebase/
- /articles/about-git-rebase
- /github/using-git/about-git-rebase

View File

@@ -1,8 +1,8 @@
---
title: About Git subtree merges
redirect_from:
- /articles/working-with-subtree-merge/
- /subtree-merge/
- /articles/working-with-subtree-merge
- /subtree-merge
- /articles/about-git-subtree-merges
- /github/using-git/about-git-subtree-merges
- /github/getting-started-with-github/about-git-subtree-merges

View File

@@ -2,7 +2,7 @@
title: Getting changes from a remote repository
intro: You can use common Git commands to access remote repositories.
redirect_from:
- /articles/fetching-a-remote/
- /articles/fetching-a-remote
- /articles/getting-changes-from-a-remote-repository
- /github/using-git/getting-changes-from-a-remote-repository
- /github/getting-started-with-github/getting-changes-from-a-remote-repository

View File

@@ -2,7 +2,7 @@
title: Pushing commits to a remote repository
intro: Use `git push` to push commits made on your local branch to a remote repository.
redirect_from:
- /articles/pushing-to-a-remote/
- /articles/pushing-to-a-remote
- /articles/pushing-commits-to-a-remote-repository
- /github/using-git/pushing-commits-to-a-remote-repository
- /github/getting-started-with-github/pushing-commits-to-a-remote-repository

View File

@@ -1,7 +1,7 @@
---
title: Splitting a subfolder out into a new repository
redirect_from:
- /articles/splitting-a-subpath-out-into-a-new-repository/
- /articles/splitting-a-subpath-out-into-a-new-repository
- /articles/splitting-a-subfolder-out-into-a-new-repository
- /github/using-git/splitting-a-subfolder-out-into-a-new-repository
- /github/getting-started-with-github/splitting-a-subfolder-out-into-a-new-repository

View File

@@ -1,7 +1,7 @@
---
title: Using Git rebase on the command line
redirect_from:
- /articles/using-git-rebase/
- /articles/using-git-rebase
- /articles/using-git-rebase-on-the-command-line
- /github/using-git/using-git-rebase-on-the-command-line
- /github/getting-started-with-github/using-git-rebase-on-the-command-line

View File

@@ -1,9 +1,9 @@
---
title: GitHub
redirect_from:
- /articles/
- /common-issues-and-questions/
- /troubleshooting-common-issues/
- /articles
- /common-issues-and-questions
- /troubleshooting-common-issues
intro: 'Documentation, guides, and help topics for software developers, designers, and project managers. Covers using Git, pull requests, issues, wikis, gists, and everything you need to make the most of GitHub for development.'
versions:
fpt: '*'
@@ -20,5 +20,4 @@ children:
- /understanding-how-github-uses-and-protects-your-data
- /site-policy
- /site-policy-deprecated
- /setting-up-and-managing-your-enterprise
---

View File

@@ -1,25 +0,0 @@
---
title: Setting up and managing your enterprise
shortTitle: Enterprise management
redirect_from:
- /github/setting-up-and-managing-your-enterprise-account
- /categories/setting-up-and-managing-your-enterprise-account
versions:
fpt: '*'
ghec: '*'
ghes: '*'
ghae: '*'
topics:
- Enterprise
- Policies
---
## This documentation has moved
{% ifversion fpt or ghec %}
Enterprise owners on {% data variables.product.prodname_dotcom_the_website %} can now find documentation about enterprise management in the new {% data variables.product.prodname_ghe_cloud %} version of "[Enterprise administrators]({% ifversion fpt or ghec %}/enterprise-cloud@latest{% endif %}/admin#all-docs)."
For more information about the {% data variables.product.prodname_ghe_cloud %} version of GitHub Docs, see [{% data variables.product.prodname_blog %}](https://github.blog/changelog/2021-10-15-github-enterprise-cloud-version-for-github-docs/).
{% else %}
Enterprise owners on {% data variables.product.product_name %} can now find documentation about enterprise management in "[Enterprise administrators](/admin#all-docs)."
{% endif %}

View File

@@ -1,9 +1,9 @@
---
title: Writing on GitHub
redirect_from:
- /categories/88/articles/
- /articles/github-flavored-markdown/
- /articles/writing-on-github/
- /categories/88/articles
- /articles/github-flavored-markdown
- /articles/writing-on-github
- /categories/writing-on-github
intro: 'You can structure the information shared on {% data variables.product.product_name %} with various formatting options.'
versions:

View File

@@ -152,7 +152,7 @@ You can choose the visibility of containers that organization members can publis
6. Under "Container creation", choose whether you want to enable the creation of public, private, or internal container images.
- To enable organization members to create public container images, click **Public**.
- To enable organization members to create private container images that are only visible to other organization members, click **Private**. You can further customize the visibility of private container images.
- **For {% data variables.product.prodname_ghe_cloud %} only:** To enable organization members to create internal container images that are only visible to other organization members, click **Internal**.
- To enable organization members to create internal container images that are visible to all organization members, click **Internal**. If the organization belongs to an enterprise, the container images will be visible to all enterprise members.
![Visibility options for container images published by organization members](/assets/images/help/package-registry/container-creation-org-settings.png)
## Configuring visibility of container images for an organization

View File

@@ -2,7 +2,7 @@
title: Archiving a GitHub repository
intro: 'You can archive, back up, and cite your work using {% data variables.product.product_name %}, the API, or third-party tools and services.'
redirect_from:
- /articles/can-i-archive-a-repository/
- /articles/can-i-archive-a-repository
- /articles/archiving-a-github-repository
- /enterprise/admin/user-management/archiving-and-unarchiving-repositories
- /github/creating-cloning-and-archiving-repositories/archiving-a-github-repository

View File

@@ -2,7 +2,7 @@
title: Defining the mergeability of pull requests
intro: 'You can require pull requests to pass a set of checks before they can be merged. For example, you can block pull requests that don''t pass status checks or require that pull requests have a specific number of approving reviews before they can be merged.'
redirect_from:
- /articles/defining-the-mergeability-of-a-pull-request/
- /articles/defining-the-mergeability-of-a-pull-request
- /articles/defining-the-mergeability-of-pull-requests
- /enterprise/admin/developer-workflow/establishing-pull-request-merge-conditions
- /github/administering-a-repository/defining-the-mergeability-of-pull-requests

View File

@@ -2,9 +2,9 @@
title: Deleting and restoring branches in a pull request
intro: 'If you have write access in a repository, you can delete branches that are associated with closed or merged pull requests. You cannot delete branches that are associated with open pull requests.'
redirect_from:
- /articles/tidying-up-pull-requests/
- /articles/restoring-branches-in-a-pull-request/
- /articles/deleting-unused-branches/
- /articles/tidying-up-pull-requests
- /articles/restoring-branches-in-a-pull-request
- /articles/deleting-unused-branches
- /articles/deleting-and-restoring-branches-in-a-pull-request
- /github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request
- /github/administering-a-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request

View File

@@ -2,9 +2,9 @@
title: Creating a new repository
intro: You can create a new repository on your personal account or any organization where you have sufficient permissions.
redirect_from:
- /creating-a-repo/
- /articles/creating-a-repository-in-an-organization/
- /articles/creating-a-new-organization-repository/
- /creating-a-repo
- /articles/creating-a-repository-in-an-organization
- /articles/creating-a-new-organization-repository
- /articles/creating-a-new-repository
- /articles/creating-an-internal-repository
- /github/setting-up-and-managing-your-enterprise-account/creating-an-internal-repository

View File

@@ -2,8 +2,8 @@
title: Creating an issues-only repository
intro: '{% data variables.product.product_name %} does not provide issues-only access permissions, but you can accomplish this using a second repository which contains only the issues.'
redirect_from:
- /articles/issues-only-access-permissions/
- /articles/is-there-issues-only-access-to-organization-repositories/
- /articles/issues-only-access-permissions
- /articles/is-there-issues-only-access-to-organization-repositories
- /articles/creating-an-issues-only-repository
- /github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-an-issues-only-repository

View File

@@ -2,8 +2,8 @@
title: Deleting a repository
intro: You can delete any repository or fork if you're either an organization owner or have admin permissions for the repository or fork. Deleting a forked repository does not delete the upstream repository.
redirect_from:
- /delete-a-repo/
- /deleting-a-repo/
- /delete-a-repo
- /deleting-a-repo
- /articles/deleting-a-repository
- /github/administering-a-repository/deleting-a-repository
- /github/administering-a-repository/managing-repository-settings/deleting-a-repository

View File

@@ -2,7 +2,7 @@
title: Duplicating a repository
intro: 'To maintain a mirror of a repository without forking it, you can run a special clone command, then mirror-push to the new repository.'
redirect_from:
- /articles/duplicating-a-repo/
- /articles/duplicating-a-repo
- /articles/duplicating-a-repository
- /github/creating-cloning-and-archiving-repositories/duplicating-a-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository

View File

@@ -2,15 +2,15 @@
title: Transferring a repository
intro: You can transfer repositories to other users or organization accounts.
redirect_from:
- /articles/about-repository-transfers/
- /move-a-repo/
- /moving-a-repo/
- /articles/what-is-transferred-with-a-repository/
- /articles/what-is-transferred-with-a-repo/
- /articles/how-to-transfer-a-repo/
- /articles/how-to-transfer-a-repository/
- /articles/transferring-a-repository-owned-by-your-personal-account/
- /articles/transferring-a-repository-owned-by-your-organization/
- /articles/about-repository-transfers
- /move-a-repo
- /moving-a-repo
- /articles/what-is-transferred-with-a-repository
- /articles/what-is-transferred-with-a-repo
- /articles/how-to-transfer-a-repo
- /articles/how-to-transfer-a-repository
- /articles/transferring-a-repository-owned-by-your-personal-account
- /articles/transferring-a-repository-owned-by-your-organization
- /articles/transferring-a-repository
- /github/administering-a-repository/transferring-a-repository
- /github/administering-a-repository/managing-repository-settings/transferring-a-repository

View File

@@ -2,7 +2,7 @@
title: About code owners
intro: You can use a CODEOWNERS file to define individuals or teams that are responsible for code in a repository.
redirect_from:
- /articles/about-codeowners/
- /articles/about-codeowners
- /articles/about-code-owners
- /github/creating-cloning-and-archiving-repositories/about-code-owners
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners

View File

@@ -2,8 +2,8 @@
title: About READMEs
intro: 'You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it.'
redirect_from:
- /articles/section-links-on-readmes-and-blob-pages/
- /articles/relative-links-in-readmes/
- /articles/section-links-on-readmes-and-blob-pages
- /articles/relative-links-in-readmes
- /articles/about-readmes
- /github/creating-cloning-and-archiving-repositories/about-readmes
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-readmes

View File

@@ -2,11 +2,11 @@
title: About repository languages
intro: The files and directories within a repository determine the languages that make up the repository. You can view a repository's languages to get a quick overview of the repository.
redirect_from:
- /articles/my-repository-is-marked-as-the-wrong-language/
- /articles/why-isn-t-my-favorite-language-recognized/
- /articles/my-repo-is-marked-as-the-wrong-language/
- /articles/why-isn-t-sql-recognized-as-a-language/
- /articles/why-isn-t-my-favorite-language-recognized-by-github/
- /articles/my-repository-is-marked-as-the-wrong-language
- /articles/why-isn-t-my-favorite-language-recognized
- /articles/my-repo-is-marked-as-the-wrong-language
- /articles/why-isn-t-sql-recognized-as-a-language
- /articles/why-isn-t-my-favorite-language-recognized-by-github
- /articles/about-repository-languages
- /github/creating-cloning-and-archiving-repositories/about-repository-languages
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-repository-languages

View File

@@ -2,7 +2,7 @@
title: Classifying your repository with topics
intro: 'To help other people find and contribute to your project, you can add topics to your repository related to your project''s intended purpose, subject area, affinity groups, or other important qualities.'
redirect_from:
- /articles/about-topics/
- /articles/about-topics
- /articles/classifying-your-repository-with-topics
- /github/administering-a-repository/classifying-your-repository-with-topics
- /github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics

View File

@@ -2,7 +2,7 @@
title: Licensing a repository
intro: 'Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you''ll need to license it so that others are free to use, change, and distribute the software.'
redirect_from:
- /articles/open-source-licensing/
- /articles/open-source-licensing
- /articles/licensing-a-repository
- /github/creating-cloning-and-archiving-repositories/licensing-a-repository
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository

View File

@@ -3,8 +3,8 @@ title: Managing security and analysis settings for your repository
intro: 'You can control features that secure and analyze the code in your project on {% data variables.product.prodname_dotcom %}.'
permissions: People with admin permissions to a repository can manage security and analysis settings for the repository.
redirect_from:
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization-s-repositories/
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organizations-repositories/
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization-s-repositories
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organizations-repositories
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization
- /github/managing-security-vulnerabilities/managing-alerts-for-vulnerable-dependencies-in-your-organization
- /github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository

View File

@@ -3,9 +3,9 @@ title: About email notifications for pushes to your repository
intro: You can choose to automatically send email notifications to a specific email address when anyone pushes to the repository.
permissions: People with admin permissions in a repository can enable email notifications for pushes to your repository.
redirect_from:
- /articles/managing-notifications-for-pushes-to-a-repository/
- /articles/receiving-email-notifications-for-pushes-to-a-repository/
- /articles/about-email-notifications-for-pushes-to-your-repository/
- /articles/managing-notifications-for-pushes-to-a-repository
- /articles/receiving-email-notifications-for-pushes-to-a-repository
- /articles/about-email-notifications-for-pushes-to-your-repository
- /github/receiving-notifications-about-activity-on-github/about-email-notifications-for-pushes-to-your-repository
- /github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository
- /github/administering-a-repository/managing-repository-settings/about-email-notifications-for-pushes-to-your-repository

View File

@@ -2,9 +2,9 @@
title: Setting repository visibility
intro: You can choose who can view your repository.
redirect_from:
- /articles/making-a-private-repository-public/
- /articles/making-a-public-repository-private/
- /articles/converting-a-public-repo-to-a-private-repo/
- /articles/making-a-private-repository-public
- /articles/making-a-public-repository-private
- /articles/converting-a-public-repo-to-a-private-repo
- /articles/setting-repository-visibility
- /github/administering-a-repository/setting-repository-visibility
- /github/administering-a-repository/managing-repository-settings/setting-repository-visibility

View File

@@ -2,8 +2,8 @@
title: About releases
intro: 'You can create a release to package software, along with release notes and links to binary files, for other people to use.'
redirect_from:
- /articles/downloading-files-from-the-command-line/
- /articles/downloading-files-with-curl/
- /articles/downloading-files-from-the-command-line
- /articles/downloading-files-with-curl
- /articles/about-releases
- /articles/getting-the-download-count-for-your-releases
- /github/administering-a-repository/getting-the-download-count-for-your-releases

View File

@@ -2,8 +2,8 @@
title: Releasing projects on GitHub
intro: 'You can create a release to package software, release notes, and binary files for other people to download.'
redirect_from:
- /categories/85/articles/
- /categories/releases/
- /categories/85/articles
- /categories/releases
- /github/administering-a-repository/releasing-projects-on-github
versions:
fpt: '*'

View File

@@ -3,7 +3,7 @@ title: Managing releases in a repository
intro: You can create releases to bundle and deliver iterations of a project to users.
redirect_from:
- /articles/creating-releases
- /articles/listing-and-editing-releases/
- /articles/listing-and-editing-releases
- /articles/editing-and-deleting-releases
- /articles/managing-releases-in-a-repository
- /github/administering-a-repository/creating-releases

View File

@@ -2,7 +2,7 @@
title: Viewing your repository's releases and tags
intro: You can view the chronological history of your repository by release name or tag version number.
redirect_from:
- /articles/working-with-tags/
- /articles/working-with-tags
- /articles/viewing-your-repositorys-tags
- /github/administering-a-repository/viewing-your-repositorys-tags
- /github/administering-a-repository/viewing-your-repositorys-releases-and-tags

View File

@@ -2,7 +2,7 @@
title: About repository graphs
intro: Repository graphs help you view and analyze data for your repository.
redirect_from:
- /articles/using-graphs/
- /articles/using-graphs
- /articles/about-repository-graphs
- /github/visualizing-repository-data-with-graphs/about-repository-graphs
- /github/visualizing-repository-data-with-graphs/accessing-basic-repository-data/about-repository-graphs

Some files were not shown because too many files have changed in this diff Show More