Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 271da1e

Browse files
Merge pull request #40194 from github/repo-sync
Repo sync
2 parents 788a9bc + bac75b2 commit 271da1e

File tree

17 files changed

+577
-524
lines changed

17 files changed

+577
-524
lines changed

‎CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Docs changelog
22

3+
**2 September 2025**
4+
5+
We've published a new customization library for GitHub Copilot: a curated collection of examples you can copy, adjust, and use to enhance your experience with Copilot. This library is designed to inspire and educate people on the options available to customize Copilot responses.
6+
7+
We've included examples of custom instructions (widely supported) and prompt files (supported in VS Code only). The examples cover scenarios such as debugging, onboarding, and accessibility. We look forward to adding more examples over time.
8+
9+
See: [Customization library](https://docs.github.com/copilot/tutorials/customization-library).
10+
11+
<hr>
12+
313
**28 August 2025**
414

515
We've published an article about the new AI-powered issue intake tool, which automates incoming issue analysis and triage for OS maintainers.

‎content/account-and-profile/concepts/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ topics:
1111
- Profiles
1212
children:
1313
- /about-your-profile
14+
- /personal-account-management
1415
- /contributions-visible-on-your-profile
1516
- /about-your-organizations-profile
1617
- /about-organization-membership
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Personal account management
3+
intro: 'Learn how to manage your personal account on {% data variables.location.product_location %}.'
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghec: '*'
8+
topics:
9+
- Accounts
10+
shortTitle: Account management
11+
---
12+
13+
## About converting your personal account
14+
15+
Converting a personal account into an organization allows you move to a shared account where a large number of people can collaborate across many projects at once. Converting your account:
16+
* Preserves the repositories as they are without the need to transfer them to another account manually
17+
* Automatically invites collaborators to teams with permissions equivalent to what they had before
18+
{%- ifversion fpt or ghec %}
19+
* For personal accounts on {% data variables.product.prodname_pro %}, automatically transitions billing to [the paid {% data variables.product.prodname_team %}](/billing/managing-the-plan-for-your-github-account/about-billing-for-plans) without the need to re-enter payment information, adjust your billing cycle, or double pay at any time
20+
{%- endif %}
21+
22+
When you convert a personal account into an organization, we'll add collaborators on repositories that belong to the account to the new organization as outside collaborators. You can then invite outside collaborators to become members of your new organization if you wish. For more information, see [AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators).
23+
24+
To convert your personal account into an organization, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization).
25+
26+
## About deletion of your personal account
27+
28+
Deleting your personal account removes all repositories, forks of private repositories, wikis, issues, pull requests, and pages owned by your account. {% ifversion fpt or ghec %}Issues and pull requests you've created and comments you've made in repositories owned by other users will not be deleted. Your resources and comments will become associated with the [ghost user](https://github.com/ghost).{% else %}Issues and pull requests you've created and comments you've made in repositories owned by other users will not be deleted.{% endif %}
29+
30+
{% ifversion fpt or ghec %}When you delete your account we stop billing you. The email address associated with the account becomes available for use with a different account. After 90 days, the account name also becomes available to anyone else to use on a new account.{% endif %}
31+
32+
If you're the only owner of an organization, you must transfer ownership to another person or delete the organization before you can delete your personal account. If there are other owners in the organization, you must remove yourself from the organization before you can delete your personal account.
33+
34+
For more information, see the following articles.
35+
36+
* [AUTOTITLE](/organizations/managing-organization-settings/transferring-organization-ownership)
37+
* [AUTOTITLE](/organizations/managing-organization-settings/deleting-an-organization-account)
38+
* [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization)
39+
* [AUTOTITLE](/account-and-profile/reference/personal-account-reference#account-deletion)
40+
41+
To delete your personal account, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account).
42+
43+
## About unlinking your email address
44+
45+
Since an email address can only be associated with a single {% data variables.product.prodname_dotcom %} account, when you've lost your 2FA credentials and are unable to recover access, unlinking your email address from the locked account allows you to link that email address to a new or existing account. Additionally, linking a previously used commit email address to a new account will connect your commit history to that account. Unless you have chosen to keep your email address private, your account's commit email address is the same as your account's primary email address. See [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address).
46+
47+
> [!NOTE]
48+
> The {% data variables.product.github %}-provided `noreply` email address cannot be unlinked from an account. Commits authored with a `noreply` address cannot be reconnected to a different account.
49+
50+
Be aware that nothing else associated with your 2FA locked account, including your repositories, permissions, and profile, will transfer to your new account.
51+
52+
Unlinking email addresses is only available for accounts with 2FA enabled. If you do not have 2FA enabled, you can sign in and remove your email address from your account settings.
53+
54+
Educational benefits cannot be transferred after an email address is unlinked and associated with a different account. To keep these benefits, you must continue using the original account that was used to apply.
55+
56+
To unlink an email address, see [AUTOTITLE](/free-pro-team@latest/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).
57+
58+
## About management of multiple accounts
59+
60+
In some cases, you may need to use multiple accounts on {% data variables.product.github %}. For example, you may have a personal account for open source contributions, and your employer may also create and manage a user account for you within an enterprise.
61+
62+
To learn how to manage multiple accounts, see [AUTOTITLE](/free-pro-team@latest/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/managing-multiple-accounts).
63+
64+
You cannot use a {% data variables.enterprise.prodname_managed_user %} to contribute to public projects on {% data variables.location.product_location %}, so you must contribute to those resources using your personal account. For more information, see [About {% data variables.product.prodname_emus %}]({% ifversion fpt or ghes %}/enterprise-cloud@latest{% endif %}/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users#abilities-and-restrictions-of-managed-user-accounts){% ifversion fpt %} in the {% data variables.product.prodname_ghe_cloud %} documentation.{% elsif ghec %}.{% endif %}
65+
66+
If you need to use multiple accounts, you can stay signed in to your accounts and switch between them. For example, switching between a personal account and a service account. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/switching-between-accounts).
67+
68+
If you want to use one workstation to contribute from both accounts, you can simplify contribution with Git by using a mixture of protocols to access repository data, or by using credentials on a per-repository basis.
69+
70+
> [!WARNING]
71+
> Be mindful when you use one workstation to contribute to two separate accounts. Management of two or more accounts can increase the chance of mistakenly leaking internal code to the public.
72+
73+
If you aren't required to use a {% data variables.enterprise.prodname_managed_user %}, {% data variables.product.company_short %} recommends that you use one personal account for all your work on {% data variables.location.product_location %}. With a single personal account, you can contribute to a combination of personal, open source, or professional projects using one identity. Other people can invite the account to contribute to both individual repositories and repositories owned by an organization, and the account can be a member of multiple organizations or enterprises.
74+
75+
If you contribute with two accounts from one workstation, you can access repositories by using a different protocol and credentials for each account.
76+
77+
Git can use either the HTTPS or SSH protocol to access and update data in repositories on {% data variables.product.github %}. The protocol you use to clone a repository determines which credentials your workstation will use to authenticate when you access the repository. With this approach to account management, you store the credentials for one account to use for HTTPS connections and upload an SSH key to the other account to use for SSH connections.
78+
79+
You can find both the HTTPS or an SSH URLs for cloning a repository on the repository's page. For more information, see [AUTOTITLE](/repositories/creating-and-managing-repositories/cloning-a-repository).
80+
81+
For more information about the use of SSH to access repositories, see [AUTOTITLE](/authentication/connecting-to-github-with-ssh).

‎content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization.md

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,6 @@ topics:
1919
shortTitle: User into an organization
2020
---
2121

22-
> [!WARNING]
23-
> Before converting a user into an organization, keep these points in mind.
24-
>
25-
> * You will **no longer** be able to sign into the converted personal account.
26-
> * You will **no longer** be able to create or modify gists owned by the converted personal account.
27-
> * An organization **cannot** be converted back to a user.
28-
> * The SSH keys, OAuth tokens, job profile, reactions, and associated user information, **will not** be transferred to the organization. This is only true for the personal account that's being converted, not any of the personal account's collaborators.
29-
> * Any {% data variables.product.prodname_github_apps %} installed on the converted personal account will be uninstalled.
30-
> * Any commits made with the converted personal account **will no longer be linked** to that account. The commits themselves **will** remain intact.
31-
> * Any existing comments made by the converted personal account **will no longer be linked** to that account. The comments themselves **will** remain intact, but will be associated with the `ghost` user.
32-
> * Any forks of private repositories made with the converted personal account will be deleted.
33-
> * Since organizations cannot star repositories, you will no longer have access to your original list of starred repositories.
34-
> * You will no longer have access to the list of users you were following from your user account.
35-
> * Any followers of your user account will not automatically follow the new organization.
36-
> * Any existing collaborators on your projects will still have access to those projects in the new organization.
37-
> * {% data variables.product.prodname_actions %} is not automatically enabled on the account after converting it to an organization, and will have to be re-enabled. To re-enable {% data variables.product.prodname_actions %}, create a new workflow file in the `.github/workflows` directory of your repository.
38-
3922
## Prerequisites
4023

4124
The personal account you want to convert cannot be a member of any organizations. If the personal account you want to convert is a member of an organization, you must leave the organization before you can convert the account.
@@ -54,16 +37,9 @@ If you want your organization to have the same name that you are currently using
5437

5538
## Convert your personal account into an organization automatically
5639

57-
You can also convert your personal account directly into an organization. Converting your account:
58-
* Preserves the repositories as they are without the need to transfer them to another account manually
59-
* Automatically invites collaborators to teams with permissions equivalent to what they had before
60-
{%- ifversion fpt or ghec %}
61-
* For personal accounts on {% data variables.product.prodname_pro %}, automatically transitions billing to [the paid {% data variables.product.prodname_team %}](/billing/managing-the-plan-for-your-github-account/about-billing-for-plans) without the need to re-enter payment information, adjust your billing cycle, or double pay at any time
62-
{%- endif %}
63-
64-
When you convert a personal account into an organization, we'll add collaborators on repositories that belong to the account to the new organization as outside collaborators. You can then invite outside collaborators to become members of your new organization if you wish. For more information, see [AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#outside-collaborators).
40+
To convert your personal account into an organization, follow these steps:
6541

66-
1. Create a new personal account, which you'll use to sign into GitHub and access the organization and your repositories after you convert.
42+
1. Create a new personal account, which you'll use to sign into {% data variables.product.github %} and access the organization and your repositories after you convert.
6743
1. [Leave any organizations](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization) the personal account you're converting has joined.
6844
{% data reusables.user-settings.access_settings %}
6945
{% data reusables.user-settings.organizations %}
@@ -74,8 +50,9 @@ When you convert a personal account into an organization, we'll add collaborator
7450
1. Click **Create Organization**.
7551
1. Sign in to the new personal account you created earlier, then use the context switcher to access your new organization.
7652

77-
## Further reading
53+
## Next steps
7854

55+
* [AUTOTITLE](/account-and-profile/reference/personal-account-reference#side-effects-of-converting-an-account-to-an-organization)
7956
* [AUTOTITLE](/organizations/organizing-members-into-teams)
8057
{% ifversion fpt or ghec %}
8158
* [AUTOTITLE](/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)

‎content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account.md

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,56 +18,35 @@ topics:
1818
shortTitle: Delete your account
1919
---
2020

21-
## About deletion of your personal account
22-
23-
Deleting your personal account removes all repositories, forks of private repositories, wikis, issues, pull requests, and pages owned by your account. {% ifversion fpt or ghec %}Issues and pull requests you've created and comments you've made in repositories owned by other users will not be deleted. Your resources and comments will become associated with the [ghost user](https://github.com/ghost).{% else %}Issues and pull requests you've created and comments you've made in repositories owned by other users will not be deleted.{% endif %}
24-
25-
{% ifversion fpt or ghec %}
26-
27-
{% data reusables.accounts.delete-account-repo-namespace-retirement %}
28-
29-
{% endif %}
30-
31-
{% data reusables.package_registry.delete-account-namespace-retirement %}
32-
3321
{% ifversion ghec %}
3422

3523
> [!NOTE]
3624
> If your enterprise manages your account and you sign into {% data variables.product.github %} through your company's identity provider (IdP), you cannot delete your account. For more information, see [AUTOTITLE](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users).
3725
3826
{% endif %}
3927

40-
{% ifversion fpt or ghec %}When you delete your account we stop billing you. The email address associated with the account becomes available for use with a different account. After 90 days, the account name also becomes available to anyone else to use on a new account.{% endif %}
41-
42-
If you're the only owner of an organization, you must transfer ownership to another person or delete the organization before you can delete your personal account. If there are other owners in the organization, you must remove yourself from the organization before you can delete your personal account.
43-
44-
For more information, see the following articles.
45-
46-
* [AUTOTITLE](/organizations/managing-organization-settings/transferring-organization-ownership)
47-
* [AUTOTITLE](/organizations/managing-organization-settings/deleting-an-organization-account)
48-
* [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/removing-yourself-from-an-organization)
49-
5028
{% ifversion ghes %}
29+
5130
> [!NOTE]
5231
> * You should contact an enterprise owner before deleting your account on {% data variables.product.prodname_ghe_server %}.
32+
5333
{% endif %}
5434

5535
## Back up your account data
5636

57-
Before you delete your personal account, make a copy of all repositories, private forks, wikis, issues, and pull requests owned by your account. For more information, see [AUTOTITLE](/repositories/archiving-a-github-repository/backing-up-a-repository).
37+
Before you delete your personal account, make a copy of all repositories, private forks, wikis, issues, and pull requests owned by your account. For more information, see the following articles:
5838

59-
> [!WARNING]
60-
> Once your personalaccount has been deleted, {% ifversion fpt or ghec %}{% data variables.product.company_short %}{% elsif ghes %}an enterprise owner{% endif %} cannot restore your content.
39+
*[AUTOTITLE](/repositories/archiving-a-github-repository/backing-up-a-repository).
40+
*[AUTOTITLE](/account-and-profile/reference/personal-account-reference#side-effects-of-account-deletion)
6141

6242
## Deleting your personal account
6343

44+
> [!WARNING]
45+
> Once your personal account has been deleted, {% ifversion fpt or ghec %}{% data variables.product.company_short %}{% elsif ghes %}an enterprise owner{% endif %} cannot restore your content.
46+
6447
{% data reusables.user-settings.access_settings %}
6548
{% data reusables.user-settings.account_settings %}
6649
1. At the bottom of the Account Settings page, under "Delete account", click **Delete your account**. Before you can delete your personal account:
67-
* If you're the only owner in the organization, you must transfer ownership to another person or delete your organization.
68-
* If there are other organization owners in the organization, you must remove yourself from the organization.
6950
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:
70-
{% ifversion fpt or ghec %}- Recall that all repositories, forks of private repositories, wikis, issues, pull requests and {% data variables.product.prodname_pages %} sites owned by your account will be deleted. Your billing will end immediately. Your username will be available for anyone to use after 90 days.{% else %}
71-
* Recall that all repositories, forks of private repositories, wikis, issues, pull requests and pages owned by your account will be deleted, and your username will be available for use.{% endif %}
7251
* In the first field, type your username or email.
7352
* In the second field, type the phrase from the prompt.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /