1
0
mirror of synced 2025-12-23 11:54:18 -05:00

cleaning up trailing slash redirects (part 4) (#23601)

This commit is contained in:
Peter Bengtsson
2021-12-13 03:49:40 -05:00
committed by GitHub
parent 6d12231ace
commit 64216114c0
50 changed files with 101 additions and 101 deletions

View File

@@ -2,7 +2,7 @@
title: Authorizing a personal access token for use with SAML single sign-on 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.' 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: 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 - /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/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 - /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 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.' intro: 'To use an SSH key with an organization that uses SAML single sign-on (SSO), you must first authorize the key.'
redirect_from: 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 - /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/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 - /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 %}.' 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 %}' product: '{% data reusables.gated-features.saml-sso %}'
redirect_from: 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 - /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: versions:
fpt: '*' fpt: '*'
ghae: '*' ghae: '*'

View File

@@ -2,8 +2,8 @@
title: Generating a new SSH key and adding it to the ssh-agent 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.' 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: redirect_from:
- /articles/adding-a-new-ssh-key-to-the-ssh-agent/ - /articles/adding-a-new-ssh-key-to-the-ssh-agent
- /articles/generating-a-new-ssh-key/ - /articles/generating-a-new-ssh-key
- /articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent - /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/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 - /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 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.' 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: redirect_from:
- /key-setup-redirect/ - /key-setup-redirect
- /linux-key-setup/ - /linux-key-setup
- /mac-key-setup/ - /mac-key-setup
- /msysgit-key-setup/ - /msysgit-key-setup
- /articles/ssh-key-setup/ - /articles/ssh-key-setup
- /articles/generating-ssh-keys/ - /articles/generating-ssh-keys
- /articles/generating-an-ssh-key/ - /articles/generating-an-ssh-key
- /articles/connecting-to-github-with-ssh - /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: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Working with SSH key passphrases 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. 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: redirect_from:
- /ssh-key-passphrases/ - /ssh-key-passphrases
- /working-with-key-passphrases/ - /working-with-key-passphrases
- /articles/working-with-ssh-key-passphrases - /articles/working-with-ssh-key-passphrases
- /github/authenticating-to-github/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 - /github/authenticating-to-github/connecting-to-github-with-ssh/working-with-ssh-key-passphrases

View File

@@ -2,8 +2,8 @@
title: About commit signature verification 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.' 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: redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/ - /articles/about-gpg-commit-and-tag-signatures
- /articles/about-gpg/ - /articles/about-gpg
- /articles/about-commit-signature-verification - /articles/about-commit-signature-verification
- /github/authenticating-to-github/about-commit-signature-verification - /github/authenticating-to-github/about-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/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 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 %}' 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: redirect_from:
- /articles/generating-a-gpg-key/ - /articles/generating-a-gpg-key
- /articles/signing-commits-with-gpg/ - /articles/signing-commits-with-gpg
- /articles/managing-commit-signature-verification - /articles/managing-commit-signature-verification
- /github/authenticating-to-github/managing-commit-signature-verification/ - /github/authenticating-to-github/managing-commit-signature-verification
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

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

View File

@@ -2,7 +2,7 @@
title: Signing tags title: Signing tags
intro: You can sign tags locally using GPG or S/MIME. intro: You can sign tags locally using GPG or S/MIME.
redirect_from: redirect_from:
- /articles/signing-tags-using-gpg/ - /articles/signing-tags-using-gpg
- /articles/signing-tags - /articles/signing-tags
- /github/authenticating-to-github/signing-tags - /github/authenticating-to-github/signing-tags
- /github/authenticating-to-github/managing-commit-signature-verification/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 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.' 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: redirect_from:
- /articles/telling-git-about-your-gpg-key/ - /articles/telling-git-about-your-gpg-key
- /articles/telling-git-about-your-signing-key - /articles/telling-git-about-your-signing-key
- /github/authenticating-to-github/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 - /github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key

View File

@@ -2,7 +2,7 @@
title: Checking your commit and tag signature verification status 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 %}.' intro: 'You can check the verification status of your commit and tag signatures on {% data variables.product.product_name %}.'
redirect_from: 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 - /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/checking-your-commit-and-tag-signature-verification-status
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/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 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 %}.' intro: 'You may need to troubleshoot unexpected issues that arise when signing commits locally for verification on {% data variables.product.product_name %}.'
redirect_from: redirect_from:
- /articles/troubleshooting-gpg/ - /articles/troubleshooting-gpg
- /articles/troubleshooting-commit-signature-verification - /articles/troubleshooting-commit-signature-verification
- /github/authenticating-to-github/troubleshooting-commit-signature-verification/ - /github/authenticating-to-github/troubleshooting-commit-signature-verification
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -2,7 +2,7 @@
title: 'Error: Agent admitted failure to sign' 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.' 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: 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 - /articles/error-agent-admitted-failure-to-sign
- /github/authenticating-to-github/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 - /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.' 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: redirect_from:
- /articles/troubleshooting-ssh - /articles/troubleshooting-ssh
- /github/authenticating-to-github/troubleshooting-ssh/ - /github/authenticating-to-github/troubleshooting-ssh
versions: versions:
fpt: '*' fpt: '*'
ghes: '*' ghes: '*'

View File

@@ -2,8 +2,8 @@
title: Recovering your SSH key passphrase 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.' 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: redirect_from:
- /articles/how-do-i-recover-my-passphrase/ - /articles/how-do-i-recover-my-passphrase
- /articles/how-do-i-recover-my-ssh-key-passphrase/ - /articles/how-do-i-recover-my-ssh-key-passphrase
- /articles/recovering-your-ssh-key-passphrase - /articles/recovering-your-ssh-key-passphrase
- /github/authenticating-to-github/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 - /github/authenticating-to-github/troubleshooting-ssh/recovering-your-ssh-key-passphrase

View File

@@ -1,9 +1,9 @@
--- ---
title: GitHub title: GitHub
redirect_from: redirect_from:
- /articles/ - /articles
- /common-issues-and-questions/ - /common-issues-and-questions
- /troubleshooting-common-issues/ - /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.' 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: versions:
fpt: '*' fpt: '*'

View File

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

View File

@@ -2,7 +2,7 @@
title: Archiving a GitHub repository 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.' 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: redirect_from:
- /articles/can-i-archive-a-repository/ - /articles/can-i-archive-a-repository
- /articles/archiving-a-github-repository - /articles/archiving-a-github-repository
- /enterprise/admin/user-management/archiving-and-unarchiving-repositories - /enterprise/admin/user-management/archiving-and-unarchiving-repositories
- /github/creating-cloning-and-archiving-repositories/archiving-a-github-repository - /github/creating-cloning-and-archiving-repositories/archiving-a-github-repository

View File

@@ -2,7 +2,7 @@
title: Defining the mergeability of pull requests 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.' 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: 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 - /articles/defining-the-mergeability-of-pull-requests
- /enterprise/admin/developer-workflow/establishing-pull-request-merge-conditions - /enterprise/admin/developer-workflow/establishing-pull-request-merge-conditions
- /github/administering-a-repository/defining-the-mergeability-of-pull-requests - /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 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.' 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: redirect_from:
- /articles/tidying-up-pull-requests/ - /articles/tidying-up-pull-requests
- /articles/restoring-branches-in-a-pull-request/ - /articles/restoring-branches-in-a-pull-request
- /articles/deleting-unused-branches/ - /articles/deleting-unused-branches
- /articles/deleting-and-restoring-branches-in-a-pull-request - /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/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 - /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 title: Creating a new repository
intro: You can create a new repository on your personal account or any organization where you have sufficient permissions. intro: You can create a new repository on your personal account or any organization where you have sufficient permissions.
redirect_from: redirect_from:
- /creating-a-repo/ - /creating-a-repo
- /articles/creating-a-repository-in-an-organization/ - /articles/creating-a-repository-in-an-organization
- /articles/creating-a-new-organization-repository/ - /articles/creating-a-new-organization-repository
- /articles/creating-a-new-repository - /articles/creating-a-new-repository
- /articles/creating-an-internal-repository - /articles/creating-an-internal-repository
- /github/setting-up-and-managing-your-enterprise-account/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 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.' 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: redirect_from:
- /articles/issues-only-access-permissions/ - /articles/issues-only-access-permissions
- /articles/is-there-issues-only-access-to-organization-repositories/ - /articles/is-there-issues-only-access-to-organization-repositories
- /articles/creating-an-issues-only-repository - /articles/creating-an-issues-only-repository
- /github/creating-cloning-and-archiving-repositories/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 - /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 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. 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: redirect_from:
- /delete-a-repo/ - /delete-a-repo
- /deleting-a-repo/ - /deleting-a-repo
- /articles/deleting-a-repository - /articles/deleting-a-repository
- /github/administering-a-repository/deleting-a-repository - /github/administering-a-repository/deleting-a-repository
- /github/administering-a-repository/managing-repository-settings/deleting-a-repository - /github/administering-a-repository/managing-repository-settings/deleting-a-repository

View File

@@ -2,7 +2,7 @@
title: Duplicating a repository 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.' 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: redirect_from:
- /articles/duplicating-a-repo/ - /articles/duplicating-a-repo
- /articles/duplicating-a-repository - /articles/duplicating-a-repository
- /github/creating-cloning-and-archiving-repositories/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 - /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository

View File

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

View File

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

View File

@@ -2,8 +2,8 @@
title: About READMEs 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.' 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: redirect_from:
- /articles/section-links-on-readmes-and-blob-pages/ - /articles/section-links-on-readmes-and-blob-pages
- /articles/relative-links-in-readmes/ - /articles/relative-links-in-readmes
- /articles/about-readmes - /articles/about-readmes
- /github/creating-cloning-and-archiving-repositories/about-readmes - /github/creating-cloning-and-archiving-repositories/about-readmes
- /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/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 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. 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: redirect_from:
- /articles/my-repository-is-marked-as-the-wrong-language/ - /articles/my-repository-is-marked-as-the-wrong-language
- /articles/why-isn-t-my-favorite-language-recognized/ - /articles/why-isn-t-my-favorite-language-recognized
- /articles/my-repo-is-marked-as-the-wrong-language/ - /articles/my-repo-is-marked-as-the-wrong-language
- /articles/why-isn-t-sql-recognized-as-a-language/ - /articles/why-isn-t-sql-recognized-as-a-language
- /articles/why-isn-t-my-favorite-language-recognized-by-github/ - /articles/why-isn-t-my-favorite-language-recognized-by-github
- /articles/about-repository-languages - /articles/about-repository-languages
- /github/creating-cloning-and-archiving-repositories/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 - /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 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.' 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: redirect_from:
- /articles/about-topics/ - /articles/about-topics
- /articles/classifying-your-repository-with-topics - /articles/classifying-your-repository-with-topics
- /github/administering-a-repository/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 - /github/administering-a-repository/managing-repository-settings/classifying-your-repository-with-topics

View File

@@ -2,7 +2,7 @@
title: Licensing a repository 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.' 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: redirect_from:
- /articles/open-source-licensing/ - /articles/open-source-licensing
- /articles/licensing-a-repository - /articles/licensing-a-repository
- /github/creating-cloning-and-archiving-repositories/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 - /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 %}.' 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. permissions: People with admin permissions to a repository can manage security and analysis settings for the repository.
redirect_from: redirect_from:
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization-s-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-organizations-repositories
- /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization - /articles/managing-alerts-for-vulnerable-dependencies-in-your-organization
- /github/managing-security-vulnerabilities/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 - /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. 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. permissions: People with admin permissions in a repository can enable email notifications for pushes to your repository.
redirect_from: redirect_from:
- /articles/managing-notifications-for-pushes-to-a-repository/ - /articles/managing-notifications-for-pushes-to-a-repository
- /articles/receiving-email-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/about-email-notifications-for-pushes-to-your-repository
- /github/receiving-notifications-about-activity-on-github/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/about-email-notifications-for-pushes-to-your-repository
- /github/administering-a-repository/managing-repository-settings/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 title: Setting repository visibility
intro: You can choose who can view your repository. intro: You can choose who can view your repository.
redirect_from: redirect_from:
- /articles/making-a-private-repository-public/ - /articles/making-a-private-repository-public
- /articles/making-a-public-repository-private/ - /articles/making-a-public-repository-private
- /articles/converting-a-public-repo-to-a-private-repo/ - /articles/converting-a-public-repo-to-a-private-repo
- /articles/setting-repository-visibility - /articles/setting-repository-visibility
- /github/administering-a-repository/setting-repository-visibility - /github/administering-a-repository/setting-repository-visibility
- /github/administering-a-repository/managing-repository-settings/setting-repository-visibility - /github/administering-a-repository/managing-repository-settings/setting-repository-visibility

View File

@@ -2,8 +2,8 @@
title: About releases 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.' 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: redirect_from:
- /articles/downloading-files-from-the-command-line/ - /articles/downloading-files-from-the-command-line
- /articles/downloading-files-with-curl/ - /articles/downloading-files-with-curl
- /articles/about-releases - /articles/about-releases
- /articles/getting-the-download-count-for-your-releases - /articles/getting-the-download-count-for-your-releases
- /github/administering-a-repository/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 title: Releasing projects on GitHub
intro: 'You can create a release to package software, release notes, and binary files for other people to download.' intro: 'You can create a release to package software, release notes, and binary files for other people to download.'
redirect_from: redirect_from:
- /categories/85/articles/ - /categories/85/articles
- /categories/releases/ - /categories/releases
- /github/administering-a-repository/releasing-projects-on-github - /github/administering-a-repository/releasing-projects-on-github
versions: versions:
fpt: '*' 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. intro: You can create releases to bundle and deliver iterations of a project to users.
redirect_from: redirect_from:
- /articles/creating-releases - /articles/creating-releases
- /articles/listing-and-editing-releases/ - /articles/listing-and-editing-releases
- /articles/editing-and-deleting-releases - /articles/editing-and-deleting-releases
- /articles/managing-releases-in-a-repository - /articles/managing-releases-in-a-repository
- /github/administering-a-repository/creating-releases - /github/administering-a-repository/creating-releases

View File

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

View File

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

View File

@@ -2,8 +2,8 @@
title: Viewing a project's contributors title: Viewing a project's contributors
intro: 'You can see who contributed commits to a repository{% ifversion fpt or ghec %} and its dependencies{% endif %}.' intro: 'You can see who contributed commits to a repository{% ifversion fpt or ghec %} and its dependencies{% endif %}.'
redirect_from: redirect_from:
- /articles/i-don-t-see-myself-in-the-contributions-graph/ - /articles/i-don-t-see-myself-in-the-contributions-graph
- /articles/viewing-contribution-activity-in-a-repository/ - /articles/viewing-contribution-activity-in-a-repository
- /articles/viewing-a-projects-contributors - /articles/viewing-a-projects-contributors
- /github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors - /github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors
- /github/visualizing-repository-data-with-graphs/accessing-basic-repository-data/viewing-a-projects-contributors - /github/visualizing-repository-data-with-graphs/accessing-basic-repository-data/viewing-a-projects-contributors

View File

@@ -2,8 +2,8 @@
title: Working with files title: Working with files
intro: Learn how to manage and use files in repositories. intro: Learn how to manage and use files in repositories.
redirect_from: redirect_from:
- /categories/81/articles/ - /categories/81/articles
- /categories/manipulating-files/ - /categories/manipulating-files
- /categories/managing-files-in-a-repository - /categories/managing-files-in-a-repository
- /github/managing-files-in-a-repository - /github/managing-files-in-a-repository
versions: versions:

View File

@@ -2,7 +2,7 @@
title: Editing files title: Editing files
intro: 'You can edit files directly on {% data variables.product.product_name %} in any of your repositories using the file editor.' intro: 'You can edit files directly on {% data variables.product.product_name %} in any of your repositories using the file editor.'
redirect_from: redirect_from:
- /articles/editing-files/ - /articles/editing-files
- /articles/editing-files-in-your-repository - /articles/editing-files-in-your-repository
- /github/managing-files-in-a-repository/editing-files-in-your-repository - /github/managing-files-in-a-repository/editing-files-in-your-repository
- /articles/editing-files-in-another-user-s-repository - /articles/editing-files-in-another-user-s-repository

View File

@@ -2,7 +2,7 @@
title: About Git Large File Storage title: About Git Large File Storage
intro: '{% data variables.product.product_name %} limits the size of files allowed in repositories. To track files beyond this limit, you can use {% data variables.large_files.product_name_long %}.' intro: '{% data variables.product.product_name %} limits the size of files allowed in repositories. To track files beyond this limit, you can use {% data variables.large_files.product_name_long %}.'
redirect_from: redirect_from:
- /articles/about-large-file-storage/ - /articles/about-large-file-storage
- /articles/about-git-large-file-storage - /articles/about-git-large-file-storage
- /github/managing-large-files/about-git-large-file-storage - /github/managing-large-files/about-git-large-file-storage
- /github/managing-large-files/versioning-large-files/about-git-large-file-storage - /github/managing-large-files/versioning-large-files/about-git-large-file-storage

View File

@@ -12,7 +12,7 @@ redirect_from:
- /articles/conditions-for-large-files - /articles/conditions-for-large-files
- /github/managing-large-files/conditions-for-large-files - /github/managing-large-files/conditions-for-large-files
- /github/managing-large-files/working-with-large-files/conditions-for-large-files - /github/managing-large-files/working-with-large-files/conditions-for-large-files
- /articles/what-is-the-size-limit-for-a-repository/ - /articles/what-is-the-size-limit-for-a-repository
- /articles/what-is-my-disk-quota - /articles/what-is-my-disk-quota
- /github/managing-large-files/what-is-my-disk-quota - /github/managing-large-files/what-is-my-disk-quota
- /github/managing-large-files/working-with-large-files/what-is-my-disk-quota - /github/managing-large-files/working-with-large-files/what-is-my-disk-quota

View File

@@ -2,8 +2,8 @@
title: About storage and bandwidth usage title: About storage and bandwidth usage
intro: '{% data reusables.large_files.free-storage-bandwidth-amount %}' intro: '{% data reusables.large_files.free-storage-bandwidth-amount %}'
redirect_from: redirect_from:
- /articles/billing-plans-for-large-file-storage/ - /articles/billing-plans-for-large-file-storage
- /articles/billing-plans-for-git-large-file-storage/ - /articles/billing-plans-for-git-large-file-storage
- /articles/about-storage-and-bandwidth-usage - /articles/about-storage-and-bandwidth-usage
- /github/managing-large-files/about-storage-and-bandwidth-usage - /github/managing-large-files/about-storage-and-bandwidth-usage
- /github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage - /github/managing-large-files/versioning-large-files/about-storage-and-bandwidth-usage

View File

@@ -2,7 +2,7 @@
title: Collaboration with Git Large File Storage title: Collaboration with Git Large File Storage
intro: 'With {% data variables.large_files.product_name_short %} enabled, you''ll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn''t have {% data variables.large_files.product_name_short %} will experience a different workflow.' intro: 'With {% data variables.large_files.product_name_short %} enabled, you''ll be able to fetch, modify, and push large files just as you would expect with any file that Git manages. However, a user that doesn''t have {% data variables.large_files.product_name_short %} will experience a different workflow.'
redirect_from: redirect_from:
- /articles/collaboration-with-large-file-storage/ - /articles/collaboration-with-large-file-storage
- /articles/collaboration-with-git-large-file-storage - /articles/collaboration-with-git-large-file-storage
- /github/managing-large-files/collaboration-with-git-large-file-storage - /github/managing-large-files/collaboration-with-git-large-file-storage
- /github/managing-large-files/versioning-large-files/collaboration-with-git-large-file-storage - /github/managing-large-files/versioning-large-files/collaboration-with-git-large-file-storage

View File

@@ -2,7 +2,7 @@
title: Configuring Git Large File Storage title: Configuring Git Large File Storage
intro: 'Once [{% data variables.large_files.product_name_short %} is installed](/articles/installing-git-large-file-storage/), you need to associate it with a large file in your repository.' intro: 'Once [{% data variables.large_files.product_name_short %} is installed](/articles/installing-git-large-file-storage/), you need to associate it with a large file in your repository.'
redirect_from: redirect_from:
- /articles/configuring-large-file-storage/ - /articles/configuring-large-file-storage
- /articles/configuring-git-large-file-storage - /articles/configuring-git-large-file-storage
- /github/managing-large-files/configuring-git-large-file-storage - /github/managing-large-files/configuring-git-large-file-storage
- /github/managing-large-files/versioning-large-files/configuring-git-large-file-storage - /github/managing-large-files/versioning-large-files/configuring-git-large-file-storage

View File

@@ -2,7 +2,7 @@
title: Installing Git Large File Storage title: Installing Git Large File Storage
intro: 'In order to use {% data variables.large_files.product_name_short %}, you''ll need to download and install a new program that''s separate from Git.' intro: 'In order to use {% data variables.large_files.product_name_short %}, you''ll need to download and install a new program that''s separate from Git.'
redirect_from: redirect_from:
- /articles/installing-large-file-storage/ - /articles/installing-large-file-storage
- /articles/installing-git-large-file-storage - /articles/installing-git-large-file-storage
- /github/managing-large-files/installing-git-large-file-storage - /github/managing-large-files/installing-git-large-file-storage
- /github/managing-large-files/versioning-large-files/installing-git-large-file-storage - /github/managing-large-files/versioning-large-files/installing-git-large-file-storage

View File

@@ -2,8 +2,8 @@
title: Getting permanent links to files title: Getting permanent links to files
intro: 'When viewing a file on {% data variables.product.product_location %}, you can press the "y" key to update the URL to a permalink to the exact version of the file you see.' intro: 'When viewing a file on {% data variables.product.product_location %}, you can press the "y" key to update the URL to a permalink to the exact version of the file you see.'
redirect_from: redirect_from:
- /articles/getting-a-permanent-link-to-a-file/ - /articles/getting-a-permanent-link-to-a-file
- /articles/how-do-i-get-a-permanent-link-from-file-view-to-permanent-blob-url/ - /articles/how-do-i-get-a-permanent-link-from-file-view-to-permanent-blob-url
- /articles/getting-permanent-links-to-files - /articles/getting-permanent-links-to-files
- /github/managing-files-in-a-repository/getting-permanent-links-to-files - /github/managing-files-in-a-repository/getting-permanent-links-to-files
- /github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files - /github/managing-files-in-a-repository/managing-files-on-github/getting-permanent-links-to-files

View File

@@ -2,8 +2,8 @@
title: Tracking changes in a file title: Tracking changes in a file
intro: You can trace changes to lines in a file and discover how parts of the file evolved over time. intro: You can trace changes to lines in a file and discover how parts of the file evolved over time.
redirect_from: redirect_from:
- /articles/using-git-blame-to-trace-changes-in-a-file/ - /articles/using-git-blame-to-trace-changes-in-a-file
- /articles/tracing-changes-in-a-file/ - /articles/tracing-changes-in-a-file
- /articles/tracking-changes-in-a-file - /articles/tracking-changes-in-a-file
- /github/managing-files-in-a-repository/tracking-changes-in-a-file - /github/managing-files-in-a-repository/tracking-changes-in-a-file
- /github/managing-files-in-a-repository/managing-files-on-github/tracking-changes-in-a-file - /github/managing-files-in-a-repository/managing-files-on-github/tracking-changes-in-a-file