1
0
mirror of synced 2025-12-23 21:07:12 -05:00

[EDI] Account and profile category/map topic cleanup (#57850)

Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
Joe Clark
2025-10-17 11:38:12 -07:00
committed by GitHub
parent f1a8de3662
commit 0d415645a9
83 changed files with 333 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
---
title: Changing your username
intro: 'Change your {% data variables.product.github %} username.'
intro: Change your {% data variables.product.github %} username.
versions:
fpt: '*'
ghes: '*'
@@ -10,6 +10,9 @@ topics:
- Usernames
shortTitle: Change username
permissions: '{% ifversion ghec %}Users with personal accounts can change their username. Members of an {% data variables.enterprise.prodname_emu_enterprise %} cannot change their username.{% elsif ghes %}If your instance uses built-in authentication or LDAP, you can change your username. If you sign in to {% data variables.location.product_location %} with single sign-on (SSO), only your local administrator can change your username.{% else %}Users with personal accounts can change their username.{% endif %}'
contentType: how-tos
redirect_from:
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/changing-your-username
---
## Prerequisites

View File

@@ -9,6 +9,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/converting-a-user-into-an-organization
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/converting-a-user-into-an-organization
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization
intro: You can convert your personal account into an organization. This allows more granular permissions for repositories that belong to the organization.
versions:
fpt: '*'
@@ -16,7 +17,8 @@ versions:
ghec: '*'
topics:
- Accounts
shortTitle: User into an organization
shortTitle: Convert your account
contentType: how-tos
---
## Prerequisites

View File

@@ -1,6 +1,6 @@
---
title: Deleting your personal account
intro: 'You can delete your personal account on {% data variables.location.product_location %} at any time.'
intro: You can delete your personal account on {% data variables.location.product_location %} at any time.
redirect_from:
- /articles/deleting-a-user-account
- /articles/deleting-your-user-account
@@ -9,6 +9,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/deleting-your-user-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/deleting-your-personal-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account
versions:
fpt: '*'
ghes: '*'
@@ -16,6 +17,7 @@ versions:
topics:
- Accounts
shortTitle: Delete your account
contentType: how-tos
---
{% ifversion ghec %}
@@ -50,3 +52,7 @@ Before you delete your personal account, make a copy of all repositories, privat
1. In the "Make sure you want to do this" dialog box, complete the steps to confirm you understand what happens when your account is deleted:
* In the first field, type your username or email.
* In the second field, type the phrase from the prompt.
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -1,7 +1,7 @@
---
title: Managing your personal account
intro: 'You can manage your personal account on {% data variables.product.github %}. For example, you can {% ifversion fpt or ghec %}manage multiple accounts, {% endif %}convert an account to an organization, or delete an account.'
shortTitle: Manage personal account
intro: You can manage your personal account on {% data variables.product.github %}. For example, you can {% ifversion fpt or ghec %}manage multiple accounts, {% endif %}convert an account to an organization, or delete an account.
shortTitle: Personal account management
versions:
fpt: '*'
ghes: '*'
@@ -17,5 +17,7 @@ children:
- /deleting-your-personal-account
redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account
contentType: how-tos
---

View File

@@ -1,6 +1,6 @@
---
title: Managing multiple accounts
intro: 'If you use one workstation to contribute to projects for more than one account, you can modify your Git configuration to simplify the contribution process.'
intro: If you use one workstation to contribute to projects for more than one account, you can modify your Git configuration to simplify the contribution process.
versions:
feature: multiple-accounts-one-workstation
topics:
@@ -10,6 +10,8 @@ topics:
shortTitle: Manage multiple accounts
redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts
contentType: how-tos
---
## Contributing to multiple accounts using HTTPS and {% data variables.product.pat_generic %}s
@@ -98,3 +100,7 @@ For example, the following command sets the `GIT_SSH_COMMAND` environment variab
```shell copy
GIT_SSH_COMMAND='ssh -i PATH/TO/KEY/FILE -o IdentitiesOnly=yes' git clone git@github.com:OWNER/REPOSITORY
```
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -1,6 +1,6 @@
---
title: Merging multiple personal accounts
intro: 'If you have separate accounts for work and personal use, you can merge the 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
@@ -10,12 +10,14 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/merging-multiple-personal-accounts
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/merging-multiple-personal-accounts
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/merging-multiple-personal-accounts
versions:
fpt: '*'
ghec: '*'
topics:
- Accounts
shortTitle: Merge multiple accounts
contentType: how-tos
---
{% ifversion ghec %}

View File

@@ -1,9 +1,10 @@
---
title: Unlinking your email address from a locked account
intro: 'If you have lost your two-factor authentication (2FA) credentials and are unable to recover access, you can remove the connection between your email address and a 2FA locked account.'
intro: If you have lost your two-factor authentication (2FA) credentials and are unable to recover access, you can remove the connection between your email address and a 2FA locked account.
redirect_from:
- /early-access/account-and-profile/unlinking-your-email-address-from-a-locked-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/unlinking-your-email-address-from-a-locked-account
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/unlinking-your-email-address-from-a-locked-account
versions:
fpt: '*'
ghec: '*'
@@ -11,6 +12,7 @@ topics:
- Accounts
- 2FA
shortTitle: Unlink your email
contentType: how-tos
---
> [!WARNING]

View File

@@ -9,6 +9,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings
versions:
fpt: '*'
ghes: '*'
@@ -25,6 +26,7 @@ children:
- /managing-access-to-your-personal-accounts-project-boards
- /integrating-jira-with-your-personal-projects
- /set-your-hiring-status
shortTitle: Personal account settings
shortTitle: Account settings
contentType: how-tos
---

View File

@@ -1,6 +1,6 @@
---
title: Integrating Jira with your personal projects
intro: 'You can integrate Jira Cloud with your personal account to scan commits and pull requests, creating relevant metadata and hyperlinks in any mentioned Jira issues.'
intro: You can integrate Jira Cloud with your personal account to scan commits and pull requests, creating relevant metadata and hyperlinks in any mentioned Jira issues.
redirect_from:
- /articles/integrating-jira-with-your-personal-projects
- /github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects
@@ -8,9 +8,11 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/integrating-jira-with-your-personal-projects
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/integrating-jira-with-your-personal-projects
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/integrating-jira-with-your-personal-projects
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/integrating-jira-with-your-personal-projects
versions:
ghes: '*'
shortTitle: Integrate Jira with projects
shortTitle: Jira project integration
contentType: how-tos
---
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.developer_settings %}
@@ -23,8 +25,9 @@ shortTitle: Integrate Jira with projects
1. Under **Developer applications**, note the "Client ID" and "Client Secret" values.
{% data reusables.user-settings.jira_help_docs %}
## Further reading
## Next steps
{% ifversion projects-v1 %}
* [AUTOTITLE](/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board){% endif %}
* [Connect Jira Cloud to GitHub](https://confluence.atlassian.com/adminjiracloud/connect-jira-cloud-to-github-814188429.html) in the Atlassian documentation
* For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -12,6 +12,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
- /account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/manage-cookie-preferences
contentType: how-tos
---
@@ -29,3 +30,7 @@ You can customize how non-essential cookies behave on any {% data variables.prod
![Screenshot of the "Manage cookie preferences" dialog. Under "Analytics", two radio buttons, labeled "Accept" and "Reject," are outlined.](/assets/images/help/settings/cookie-settings-accept-or-reject.png)
1. Click **Save changes**.
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -1,6 +1,6 @@
---
title: 'Managing access to your personal account''s {% data variables.projects.projects_v1_boards %}'
intro: 'As a {% data variables.projects.projects_v1_board %} owner, you can add or remove a collaborator and customize their permissions to a {% data variables.projects.projects_v1_board %}.'
title: Managing access to your personal account's {% data variables.projects.projects_v1_boards %}
intro: As a {% data variables.projects.projects_v1_board %} owner, you can add or remove a collaborator and customize their permissions to a {% data variables.projects.projects_v1_board %}.
redirect_from:
- /articles/managing-project-boards-in-your-repository-or-organization
- /articles/managing-access-to-your-user-account-s-project-boards
@@ -10,12 +10,14 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-access-to-your-user-accounts-project-boards
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-access-to-your-personal-accounts-project-boards
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-access-to-your-personal-accounts-project-boards
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-access-to-your-personal-accounts-project-boards
versions:
feature: projects-v1
topics:
- Accounts
shortTitle: 'Manage {% data variables.projects.projects_v1_boards %} access'
shortTitle: Manage access
allowTitleToDifferFromFilename: true
contentType: how-tos
---
A collaborator is a person who has permissions to a {% data variables.projects.projects_v1_board %} you own. A collaborator's permissions will default to read access. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/permission-levels-for-a-project-board-owned-by-a-personal-account).
@@ -35,3 +37,7 @@ A collaborator is a person who has permissions to a {% data variables.projects.p
{% data reusables.project-management.access-collaboration-settings %}
{% data reusables.project-management.collaborator-option %}
{% data reusables.project-management.remove-collaborator %}
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -10,7 +10,8 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings
type: how_to
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings
contentType: how-tos
---
> [!NOTE] This article will help you customize your experience on the {% data variables.product.github %} website as a whole. For information on using specific {% data variables.product.github %} products with screen readers and other assistive technologies, see the [{% data variables.product.github %} Accessibility Documentation](https://accessibility.github.com/documentation).
@@ -60,3 +61,7 @@ You can customize contrast levels to improve visibility and meet accessibility n
1. If you're **not signed in**, click {% octicon "sliders" aria-hidden="true" aria-label="sliders" %} on the right in the top navigation bar to access the contrast settings.
1. If you're **signed in**, click **{% octicon "paintbrush" aria-hidden="true" aria-label="paintbrush" %} Appearance** in the left sidebar of your user settings.
1. Under "Contrast", toggle the "Increase contrast" switch.
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -14,7 +14,8 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account
- /account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account
shortTitle: Security & analysis
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-features
shortTitle: Security and analysis
contentType: how-tos
---

View File

@@ -12,6 +12,8 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-tab-size-rendering-preference
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-tab-size-rendering-preference
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-tab-size-rendering-preference
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-tab-size-rendering-preference
contentType: how-tos
---
If you feel that tabbed indentation in code rendered on {% data variables.product.github %} takes up too much, or too little space, you can change this in your settings.
@@ -19,3 +21,7 @@ If you feel that tabbed indentation in code rendered on {% data variables.produc
{% data reusables.user-settings.access_settings %}
1. In the left sidebar, click **{% octicon "paintbrush" aria-hidden="true" aria-label="paintbrush" %} Appearance**.
1. Scroll down to "Tab size preference" and use the dropdown menu to choose your preference.
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -1,5 +1,5 @@
---
title: 'Permission levels for a {% data variables.projects.projects_v1_board %} owned by a personal account'
title: Permission levels for a {% data variables.projects.projects_v1_board %} owned by a personal account
intro: 'A {% data variables.projects.projects_v1_board %} owned by a personal account has two permission levels: the {% data variables.projects.projects_v1_board %} owner and collaborators.'
redirect_from:
- /articles/permission-levels-for-user-owned-project-boards
@@ -8,12 +8,14 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/permission-levels-for-user-owned-project-boards
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-project-board-owned-by-a-personal-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/permission-levels-for-a-project-board-owned-by-a-personal-account
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/permission-levels-for-a-project-board-owned-by-a-personal-account
versions:
feature: projects-v1
topics:
- Accounts
shortTitle: '{% data variables.projects.projects_v1_board_caps %} permissions'
allowTitleToDifferFromFilename: true
contentType: how-tos
---
{% data reusables.projects.project_boards_old %}
@@ -62,6 +64,6 @@ Collaborators with write access to a user-owned {% data variables.projects.proje
You can change the {% data variables.projects.projects_v1_board %}'s visibility from private to public and back again. By default, user-owned {% data variables.projects.projects_v1_boards %} are private. For more information, see [AUTOTITLE](/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility).
## Further reading
## Next steps
* [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-access-to-your-personal-accounts-project-boards)
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference).

View File

@@ -9,6 +9,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/best-practices-for-leaving-your-company
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/best-practices-for-leaving-your-company
- /account-and-profile/reference/best-practices-for-leaving-your-company
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/prepare-for-job-change
versions:
fpt: '*'
ghec: '*'

View File

@@ -10,6 +10,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-available-for-hire
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-available-for-hire
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/set-your-hiring-status
versions:
fpt: '*'
ghec: '*'

View File

@@ -6,6 +6,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile
versions:
fpt: '*'
ghes: '*'
@@ -19,6 +20,7 @@ children:
- /sharing-contributions-from-github-enterprise-server
- /troubleshooting-missing-contributions
- /viewing-commit-details-from-your-timeline
shortTitle: Manage contribution settings
shortTitle: Contribution settings
contentType: how-tos
---

View File

@@ -8,6 +8,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/publicizing-or-hiding-your-private-contributions-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/manage-visibility-settings-for-private-contributions-and-achievements
versions:
fpt: '*'
ghes: '*'

View File

@@ -1,6 +1,6 @@
---
title: Sharing contributions from GitHub Enterprise Server
intro: 'You can send contribution counts from {% data variables.product.prodname_ghe_server %} to your profile on {% data variables.product.prodname_dotcom_the_website %} or {% data variables.enterprise.data_residency_site %}.'
intro: You can send contribution counts from {% data variables.product.prodname_ghe_server %} to your profile on {% data variables.product.prodname_dotcom_the_website %} or {% data variables.enterprise.data_residency_site %}.
redirect_from:
- /articles/sending-your-github-enterprise-contributions-to-your-github-com-profile
- /articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile
@@ -10,6 +10,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sending-enterprise-contributions-to-your-githubcom-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sharing-contributions-from-github-enterprise-server
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/sharing-contributions-from-github-enterprise-server
versions:
fpt: '*'
ghes: '*'
@@ -17,6 +18,7 @@ versions:
topics:
- Profiles
shortTitle: Send enterprise contributions
contentType: how-tos
---
> [!IMPORTANT]

View File

@@ -7,6 +7,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/showing-an-overview-of-your-activity-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-an-overview-of-your-activity-on-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-an-overview-of-your-activity-on-your-profile
versions:
fpt: '*'
ghes: '*'
@@ -14,6 +15,7 @@ versions:
topics:
- Profiles
shortTitle: Show an overview
contentType: how-tos
---
## Managing the visibility of the activity overview on your profile

View File

@@ -8,6 +8,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile
- /account-and-profile/reference/why-are-my-contributions-not-showing-up-on-my-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-missing-contributions
versions:
fpt: '*'
ghes: '*'

View File

@@ -8,6 +8,7 @@ redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/troubleshooting-commits-on-your-timeline
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-commits-on-your-timeline
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-commits-on-your-timeline
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-commit-details-from-your-timeline
versions:
fpt: '*'
ghes: '*'

View File

@@ -9,6 +9,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile/viewing-contributions-on-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile
- /account-and-profile/concepts/viewing-contributions-on-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile
versions:
fpt: '*'
ghes: '*'
@@ -16,6 +17,7 @@ versions:
topics:
- Profiles
shortTitle: View contributions
contentType: how-tos
---
## Prerequisites

View File

@@ -1,12 +1,13 @@
---
title: Adding an email address to your GitHub account
intro: 'You can add multiple email addresses to your {% data variables.product.github %} account to manage commits and notifications.'
intro: You can add multiple email addresses to your {% data variables.product.github %} account to manage commits and notifications.
redirect_from:
- /articles/adding-an-email-address-to-your-github-account
- /github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/adding-an-email-address-to-your-github-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/adding-an-email-address-to-your-github-account
versions:
fpt: '*'
ghes: '*'
@@ -14,7 +15,8 @@ versions:
topics:
- Accounts
- Notifications
shortTitle: Add an email address
shortTitle: Add email address
contentType: how-tos
---
{% ifversion ghec %}
@@ -34,3 +36,5 @@ shortTitle: Add an email address
## Next steps
If you are having trouble adding an email address, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/troubleshooting-adding-an-email).
For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -1,12 +1,13 @@
---
title: Blocking command line pushes that expose your personal email address
intro: 'If you''ve chosen to keep your email address private when performing web-based operations, you can also choose to block command line pushes that may expose your personal email address.'
intro: If you've chosen to keep your email address private when performing web-based operations, you can also choose to block command line pushes that may expose your personal email address.
redirect_from:
- /articles/blocking-command-line-pushes-that-expose-your-personal-email-address
- /github/setting-up-and-managing-your-github-user-account/blocking-command-line-pushes-that-expose-your-personal-email-address
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
versions:
fpt: '*'
ghec: '*'
@@ -14,6 +15,7 @@ topics:
- Accounts
- Notifications
shortTitle: Block push with personal email
contentType: how-tos
---
When you enable this setting, each time you push to {% data variables.product.github %}, well check the most recent commit. If the author email on that commit is a private email on your GitHub account, we will block the push and warn you about exposing your private email.
@@ -21,3 +23,7 @@ When you enable this setting, each time you push to {% data variables.product.gi
{% data reusables.user-settings.emails %}
{% data reusables.user-settings.keeping_your_email_address_private %}
1. To keep your email address private in commits you push from the command line, select **Block command line pushes that expose my email**.
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -1,12 +1,13 @@
---
title: Changing your primary email address
intro: 'To change your primary email address, you''ll add a new email, then delete the old one.'
intro: To change your primary email address, you'll add a new email, then delete the old one.
redirect_from:
- /articles/changing-your-primary-email-address
- /github/setting-up-and-managing-your-github-user-account/changing-your-primary-email-address
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address
versions:
fpt: '*'
ghes: '*'
@@ -15,6 +16,7 @@ topics:
- Accounts
- Notifications
shortTitle: Primary email address
contentType: how-tos
---
{% ifversion ghec %}
@@ -31,3 +33,7 @@ shortTitle: Primary email address
{% ifversion fpt or ghec %}
1. Verify your new primary email address. Without a verified email address, you won't be able to use all of {% data variables.product.github %}'s features. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address).
{% endif %}
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -7,6 +7,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences
versions:
fpt: '*'
ghes: '*'
@@ -24,6 +25,7 @@ children:
- /remembering-your-github-username-or-email
- /troubleshooting-adding-an-email
- /troubleshooting-email-verification
shortTitle: Manage email preferences
shortTitle: Email preferences
contentType: how-tos
---

View File

@@ -1,6 +1,6 @@
---
title: Remembering your GitHub username or email
intro: 'Are you signing in for the first time in a while? If so, welcome back! If you can''t remember the username for your personal account, you can try these methods for remembering it.'
intro: Are you signing in for the first time in a while? If so, welcome back! If you can't remember the username for your personal account, 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
@@ -9,6 +9,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/remembering-your-github-username-or-email
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/remembering-your-github-username-or-email
versions:
fpt: '*'
ghes: '*'
@@ -17,6 +18,7 @@ topics:
- Accounts
- Notifications
shortTitle: Find your username or email
contentType: how-tos
---

View File

@@ -7,6 +7,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-a-backup-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-a-backup-email-address
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-a-backup-email-address
versions:
fpt: '*'
ghes: '*'
@@ -14,14 +15,14 @@ versions:
topics:
- Accounts
- Notifications
shortTitle: Set backup email address
shortTitle: Backup email address
contentType: how-tos
---
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.emails %}
1. Under "Backup email address," use the dropdown menu to select the address you want to set as your backup email address.
1. Click **Save**.
## Further reading
## Next steps
* [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences)
* [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials)
* For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -1,6 +1,6 @@
---
title: Setting your commit email address
intro: 'You can set the email address that is used to author commits on {% data variables.product.github %} and on your computer.'
intro: You can set the email address that is used to author commits on {% data variables.product.github %} and on your computer.
redirect_from:
- /articles/keeping-your-email-address-private
- /articles/setting-your-commit-email-address-on-github
@@ -14,6 +14,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address
versions:
fpt: '*'
ghes: '*'
@@ -22,6 +23,7 @@ topics:
- Accounts
- Notifications
shortTitle: Set commit email address
contentType: how-tos
---
## Setting your commit email address on {% data variables.product.github %}
@@ -83,4 +85,6 @@ You can change the email address associated with commits you make in a single re
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).
To learn more about using a private email address, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference#your-noreply-email-address).

View File

@@ -1,6 +1,6 @@
---
title: Troubleshooting adding an email
intro: 'Troubleshoot problems when adding an email address to your {% data variables.product.github %} account.'
intro: Troubleshoot problems when adding an email address to your {% data variables.product.github %} account.
versions:
fpt: '*'
ghes: '*'
@@ -10,6 +10,9 @@ topics:
- Notifications
- Troubleshooting
shortTitle: Troubleshoot adding an email
contentType: how-tos
redirect_from:
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/troubleshooting-adding-an-email
---
## Email already in use
@@ -30,3 +33,7 @@ Reach out to your site administrator or internal IT helpdesk to learn about thei
If you want to use your email address with a personal account, you must sign in to your {% data variables.enterprise.prodname_managed_user %} and unverify the email in your account settings. The email will remain linked to your {% data variables.enterprise.prodname_managed_user %}, allowing you to access the account through your organization's IdP.
However, some third-party apps or services may not function properly with a {% data variables.enterprise.prodname_managed_user %} that has an unverified email address.
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -1,6 +1,6 @@
---
title: Troubleshooting email verification
intro: 'Troubleshoot problems when verifying your email address.'
intro: Troubleshoot problems when verifying your email address.
versions:
fpt: '*'
ghes: '*'
@@ -9,7 +9,10 @@ topics:
- Accounts
- Notifications
- Troubleshooting
shortTitle: Troubleshoot verifying an email
shortTitle: Troubleshoot email verification
contentType: how-tos
redirect_from:
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/troubleshooting-email-verification
---
## Unable to send verification email
@@ -32,3 +35,7 @@ If you click on the link in the confirmation email within 24 hours and you are d
If you see the error message `Error adding EMAIL: Email is already verified by another user`, you must either unverify the email for the other account before proceeding, or choose a different email address to verify.
To unverify an email address, delete it in your email settings, then optionally re-add it without verifying to keep any commits linked to your account. See [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/changing-your-primary-email-address).
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).

View File

@@ -1,6 +1,6 @@
---
title: Verifying your email address
intro: 'Verifying your primary email address ensures strengthened security, allows {% data variables.product.prodname_dotcom %} staff to better assist you if you forget your password, and gives you access to more features on {% data variables.product.prodname_dotcom %}.'
intro: Verifying your primary email address ensures strengthened security, allows {% data variables.product.prodname_dotcom %} staff to better assist you if you forget your password, and gives you access to more features on {% data variables.product.prodname_dotcom %}.
redirect_from:
- /articles/troubleshooting-email-verification
- /articles/setting-up-email-verification
@@ -9,12 +9,14 @@ redirect_from:
- /github/getting-started-with-github/signing-up-for-github/verifying-your-email-address
- /get-started/signing-up-for-github/verifying-your-email-address
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/verifying-your-email-address
versions:
fpt: '*'
ghec: '*'
topics:
- Accounts
shortTitle: Verify your email address
contentType: how-tos
---
## Verifying your email address
@@ -28,4 +30,6 @@ shortTitle: Verify your email address
## Next steps
For reference information, see [AUTOTITLE](/account-and-profile/reference/email-addresses-reference).
If you are having trouble verifying your email address, see [AUTOTITLE](/free-pro-team@latest/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/troubleshooting-email-verification).

View File

@@ -1,13 +1,28 @@
---
title: How-tos for your GitHub account and profile
shortTitle: How-tos
intro: 'Learn how to accomplish specific tasks for your {% data variables.product.github %} account and profile.'
intro: Learn how to accomplish specific tasks for your {% data variables.product.github %} account and profile.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
redirect_from:
- /categories/setting-up-and-managing-your-github-profile
- /github/setting-up-and-managing-your-github-profile
- /account-and-profile/setting-up-and-managing-your-github-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile
- /categories/setting-up-and-managing-your-github-user-account
- /github/setting-up-and-managing-your-github-user-account
- /account-and-profile/setting-up-and-managing-your-github-user-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github
children:
- /setting-up-and-managing-your-github-profile
- /setting-up-and-managing-your-personal-account-on-github
- /account-management
- /account-settings
- /profile-customization
- /contribution-settings
- /organization-membership
- /email-preferences
contentType: how-tos
---

View File

@@ -1,7 +1,7 @@
---
title: Accessing an organization
shortTitle: Access an organization
intro: 'To access an organization that you''re a member of, you must sign in to your personal account.'
intro: To access an organization that you're a member of, you must sign in to your personal account.
redirect_from:
- /articles/error-cannot-log-in-that-account-is-an-organization
- /articles/cannot-log-in-that-account-is-an-organization
@@ -11,12 +11,14 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/accessing-an-organization
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/accessing-an-organization
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/accessing-an-organization
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
contentType: how-tos
---
> [!TIP]

View File

@@ -1,11 +1,12 @@
---
title: Managing your membership in organizations
intro: 'If you''re a member of an organization, you can publicize or hide your membership, view other people''s roles, and remove yourself from the organization.'
intro: If you're a member of an organization, you can publicize or hide your membership, view other people's roles, and remove yourself from the organization.
redirect_from:
- /articles/managing-your-membership-in-organizations
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations
versions:
fpt: '*'
ghes: '*'
@@ -17,8 +18,8 @@ children:
- /viewing-peoples-roles-in-an-organization
- /requesting-organization-approval-for-oauth-apps
- /publicizing-or-hiding-organization-membership
- /managing-your-scheduled-reminders
- /removing-yourself-from-an-organization
shortTitle: Manage organization membership
shortTitle: Organization membership
contentType: how-tos
---

View File

@@ -1,6 +1,6 @@
---
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.'
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-hiding-organization-membership
@@ -8,6 +8,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/publicizing-or-hiding-organization-membership
versions:
fpt: '*'
ghes: '*'
@@ -15,6 +16,7 @@ versions:
topics:
- Accounts
shortTitle: Show or hide membership
contentType: how-tos
---
{% data reusables.profile.access_org %}

View File

@@ -1,6 +1,6 @@
---
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.'
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/removing-yourself-from-an-organization
@@ -8,6 +8,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/removing-yourself-from-an-organization
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization
versions:
fpt: '*'
ghes: '*'
@@ -15,6 +16,7 @@ versions:
topics:
- Accounts
shortTitle: Leave an organization
contentType: how-tos
---
{% ifversion fpt or ghec %}

View File

@@ -1,6 +1,6 @@
---
title: Requesting organization approval for OAuth apps
intro: 'You can request approval for {% data variables.product.prodname_oauth_apps %} to access organization resources.'
intro: You can request approval for {% data variables.product.prodname_oauth_apps %} to access organization resources.
redirect_from:
- /articles/requesting-organization-approval-for-third-party-applications
- /articles/requesting-organization-approval-for-your-authorized-applications
@@ -9,13 +9,15 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps
versions:
fpt: '*'
ghec: '*'
topics:
- Accounts
permissions: Organization members can request owner approval for {% data variables.product.prodname_oauth_apps %}. Outside collaborators can request owner approval for {% data variables.product.prodname_oauth_apps %} if integration access requests are enabled. For more information, see [AUTOTITLE](/organizations/managing-programmatic-access-to-your-organization/limiting-oauth-app-and-github-app-access-requests).
shortTitle: 'Request {% data variables.product.prodname_oauth_app %} approval'
shortTitle: Request {% data variables.product.prodname_oauth_app %} approval
contentType: how-tos
---
## Prerequisites

View File

@@ -1,6 +1,6 @@
---
title: Viewing people's roles in an organization
intro: 'You can view a list of the people in your organization and filter by their role.'
intro: You can view a list of the people in your organization and filter by their role.
permissions: Organization members
redirect_from:
- /articles/viewing-people-s-roles-in-an-organization
@@ -9,6 +9,7 @@ redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/viewing-peoples-roles-in-an-organization
versions:
fpt: '*'
ghes: '*'
@@ -16,6 +17,7 @@ versions:
topics:
- Accounts
shortTitle: View organization members
contentType: how-tos
---
{% ifversion ghes or ghec %}

View File

@@ -5,6 +5,7 @@ redirect_from:
- /articles/customizing-your-profile
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile
versions:
fpt: '*'
ghes: '*'
@@ -15,5 +16,7 @@ children:
- /managing-your-profile-readme
- /pinning-items-to-your-profile
- /setting-your-profile-to-private
contentType: how-tos
shortTitle: Profile customization
---

View File

@@ -1,18 +1,20 @@
---
title: Managing your profile README
intro: 'You can add a README to your {% data variables.product.prodname_dotcom %} profile to tell other people about yourself.'
intro: You can add a README to your {% data variables.product.prodname_dotcom %} profile to tell other people about yourself.
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Profiles
permissions: 'Profile READMEs are not available to {% data variables.enterprise.prodname_managed_users %}.'
permissions: Profile READMEs are not available to {% data variables.enterprise.prodname_managed_users %}.
redirect_from:
- /github/setting-up-and-managing-your-github-profile/managing-your-profile-readme
- /github/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme
shortTitle: Your profile README
contentType: how-tos
---
## Prerequisites

View File

@@ -7,6 +7,7 @@ redirect_from:
- /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
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile/pinning-items-to-your-profile
versions:
fpt: '*'
ghes: '*'
@@ -14,6 +15,7 @@ versions:
topics:
- Profiles
shortTitle: Pin items
contentType: how-tos
---
## Pinning items to your profile

View File

@@ -1,6 +1,6 @@
---
title: Setting your profile to private
intro: 'A private profile displays only limited information, and hides some activity.'
intro: A private profile displays only limited information, and hides some activity.
versions:
fpt: '*'
topics:
@@ -8,6 +8,8 @@ topics:
shortTitle: Set profile to private
redirect_from:
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private
contentType: how-tos
---
## Changing your profile's privacy settings

View File

@@ -1,19 +0,0 @@
---
title: Setting up and managing your GitHub profile
intro: You can customize your GitHub profile and manage your contribution graph.
shortTitle: Profiles
redirect_from:
- /categories/setting-up-and-managing-your-github-profile
- /github/setting-up-and-managing-your-github-profile
- /account-and-profile/setting-up-and-managing-your-github-profile
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Profiles
children:
- /customizing-your-profile
- /managing-contribution-settings-on-your-profile
---

View File

@@ -1,23 +0,0 @@
---
title: Setting up and managing your personal account on GitHub
intro: 'You can manage settings for your personal account on {% data variables.product.prodname_dotcom %}, including email preferences, access to personal repositories, and organization memberships. You can also manage the account itself.'
shortTitle: Personal accounts
redirect_from:
- /categories/setting-up-and-managing-your-github-user-account
- /github/setting-up-and-managing-your-github-user-account
- /account-and-profile/setting-up-and-managing-your-github-user-account
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
children:
- /managing-user-account-settings
- /managing-your-personal-account
- /managing-email-preferences
- /managing-access-to-your-personal-repositories
- /managing-your-membership-in-organizations
---

View File

@@ -1,26 +0,0 @@
---
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
- /articles/managing-access-to-your-personal-repositories
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories
product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
- Repositories
children:
- /inviting-collaborators-to-a-personal-repository
- /removing-a-collaborator-from-a-personal-repository
- /removing-yourself-from-a-collaborators-repository
- /maintaining-ownership-continuity-of-your-personal-accounts-repositories
shortTitle: Manage repository access
---

View File

@@ -1,40 +0,0 @@
---
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/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
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
- Repositories
shortTitle: Invite collaborators
---
## Inviting a collaborator to a personal repository
You can send an invitation to collaborate in your repository directly to someone on {% data variables.product.prodname_dotcom %}{% ifversion fpt or ghec %}, or to the person's email address{% elsif ghes %}.{% endif %}.
1. Ask for the username of the person you're inviting as a collaborator.{% ifversion fpt or ghec %} If they don't have a username yet, they can sign up for {% data variables.product.prodname_dotcom %}. For more information, see [AUTOTITLE](/get-started/start-your-journey/creating-an-account-on-github).{% endif %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
1. In the "Access" section of the sidebar, click **{% octicon "people" aria-hidden="true" aria-label="people" %} Collaborators**.
1. Click **Add people**.
1. In the search field, start typing the name of person you want to invite, then click a name in the list of matches.
1. Click **Add NAME to REPOSITORY**.
{% ifversion fpt or ghec %}
1. The user will receive an email inviting them to the repository. Once they accept your invitation, they will have collaborator access to your repository.
{% endif %}
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/permission-levels-for-a-personal-account-repository#collaborator-access-for-a-repository-owned-by-a-personal-account)

View File

@@ -1,32 +0,0 @@
---
title: Maintaining ownership continuity of your personal account's repositories
intro: You can invite someone to manage your user owned repositories if you are not able to.
versions:
fpt: '*'
ghec: '*'
topics:
- Accounts
- Repositories
redirect_from:
- /github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-user-accounts-repositories
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/maintaining-ownership-continuity-of-your-personal-accounts-repositories
shortTitle: Ownership continuity
---
## Inviting a successor
The person you invite to be your successor must have a {% data variables.product.company_short %} account.
{% data reusables.user-settings.access_settings %}
{% data reusables.user-settings.account_settings %}
1. Under "Successor settings", to invite a successor, begin typing a username, full name, or email address, then click their name when it appears.
![Screenshot of the "Successor settings" section. The string "octocat" is entered in a search field, and Octocat's profile is listed in a dropdown.](/assets/images/help/settings/settings-invite-successor-search-field.png)
1. Click **Add successor**.
{% data reusables.user-settings.sudo-mode-popup %}
The user you've invited will be listed as "Pending" until they agree to become your successor.

View File

@@ -1,35 +0,0 @@
---
title: Removing a collaborator from a personal repository
intro: 'You can remove a collaborator from your personal repository at any time.'
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/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
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-a-collaborator-from-a-personal-repository
product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
- Repositories
shortTitle: Remove a collaborator
---
## Removing collaborator permissions from a person contributing to a repository
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.click-collaborators-teams %}
1. To the right of the collaborator you want to remove, click **Remove**.
## Next steps
* For reference information, see [AUTOTITLE](/account-and-profile/reference/permission-levels-for-a-personal-account-repository#removing-a-collaborator).

View File

@@ -1,26 +0,0 @@
---
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
- /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
- /github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-access-to-your-personal-repositories/removing-yourself-from-a-collaborators-repository
versions:
fpt: '*'
ghes: '*'
ghec: '*'
topics:
- Accounts
- Repositories
shortTitle: Remove yourself
---
{% data reusables.user-settings.access_settings %}
1. In the "Code, planning, and automation" section of the sidebar, click **{% octicon "repo" aria-hidden="true" aria-label="repo" %} Repositories**.
1. Next to the repository you want to leave, click **Leave**.
1. Read the warning carefully, then click **I understand, leave this repository.**

View File

@@ -1,54 +0,0 @@
---
title: Managing your scheduled reminders
intro: Get reminders in Slack when you or your team have pull requests waiting for review.
versions:
fpt: '*'
ghec: '*'
topics:
- Accounts
redirect_from:
- /github/setting-up-and-managing-your-github-user-account/managing-your-scheduled-reminders
- /github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations/managing-your-scheduled-reminders
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/managing-your-scheduled-reminders
shortTitle: Manage scheduled reminders
---
## Creating scheduled reminders for your personal account
{% data reusables.user-settings.access_settings %}
{% data reusables.reminders.scheduled-reminders %}
1. Next to the organization you'd like to schedule reminders for, click {% octicon "pencil" aria-label="Edit reminder" %}.
![Screenshot of the settings for a personal account showing the name of a GitHub organization. An edit button with a pencil icon is outlined in orange.](/assets/images/help/settings/scheduled-reminders-org-choice.png)
{% data reusables.reminders.authorize-slack %}
{% data reusables.reminders.days-dropdown %}
{% data reusables.reminders.times-dropdowns %}
1. Optionally, to receive scheduled reminders for reviews you've been assigned to, select **Review requests assigned to you**.
1. Optionally, to receive scheduled reminders for reviews assigned to a team you're a member of, select **Review requests assigned to your team**.
{% data reusables.reminders.real-time-alerts %}
{% data reusables.reminders.create-reminder %}
{% data reusables.reminders.test-reminder %}
## Managing scheduled reminders for your personal account
{% data reusables.user-settings.access_settings %}
{% data reusables.reminders.scheduled-reminders %}
1. Next to the organization you'd like to edit scheduled reminders for, click {% octicon "pencil" aria-label="Edit reminder" %}.
![Screenshot of the settings for a personal account showing the name of a GitHub organization. An edit button with a pencil icon is outlined in orange.](/assets/images/help/settings/scheduled-reminders-org-choice.png)
{% data reusables.reminders.edit-page %}
{% data reusables.reminders.update-buttons %}
{% data reusables.reminders.test-reminder %}
## Deleting scheduled reminders for your personal account
{% data reusables.user-settings.access_settings %}
{% data reusables.reminders.scheduled-reminders %}
1. Next to the organization you'd like to delete reminders for, click {% octicon "pencil" aria-label="Edit reminder" %}.
![Screenshot of the settings for a personal account showing the name of a GitHub organization. An edit button with a pencil icon is outlined in orange.](/assets/images/help/settings/scheduled-reminders-org-choice.png)
{% data reusables.reminders.delete %}