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

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2021-12-16 01:22:46 -06:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,12 @@ shortTitle: Merge multiple user accounts
{% endtip %}
{% warning %}
**Warning:** Organization and repository access permissions aren't transferable between accounts. If the account you want to delete has an existing access permission, an organization owner or repository administrator will need to invite the account that you want to keep.
{% endwarning %}
1. [Transfer any repositories](/articles/how-to-transfer-a-repository) from the account you want to delete to the account you want to keep. Issues, pull requests, and wikis are transferred as well. Verify the repositories exist on the account you want to keep.
2. [Update the remote URLs](/github/getting-started-with-github/managing-remote-repositories) in any local clones of the repositories that were moved.
3. [Delete the account](/articles/deleting-your-user-account) you no longer want to use.

View File

@@ -58,7 +58,7 @@ GitHub Octocat in:readme user:defunkt
const queryString = 'q=' + encodeURIComponent('GitHub Octocat in:readme user:defunkt');
```
See "[Searching on GitHub](/articles/searching-on-github/)"
See "[Searching on GitHub](/search-github/searching-on-github)"
for a complete list of available qualifiers, their format, and an example of
how to use them. For information about how to use operators to match specific
quantities, dates, or to exclude results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax/)."