Skip to content

Commit 2288d6d

Browse files
authored
Merge pull request #13042 from github/repo-sync
repo sync
2 parents bf6cf36 + 95b2b23 commit 2288d6d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/merging-multiple-user-accounts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ shortTitle: Merge multiple user accounts
2020

2121
{% endtip %}
2222

23+
{% warning %}
24+
25+
**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.
26+
27+
{% endwarning %}
28+
2329
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.
2430
2. [Update the remote URLs](/github/getting-started-with-github/managing-remote-repositories) in any local clones of the repositories that were moved.
2531
3. [Delete the account](/articles/deleting-your-user-account) you no longer want to use.

translations/pt-BR/content/rest/reference/search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GitHub Octocat in:readme user:defunkt
5858
const queryString = 'q=' + encodeURIComponent('GitHub Octocat in:readme user:defunkt');
5959
```
6060

61-
See "[Searching on GitHub](/articles/searching-on-github/)"
61+
See "[Searching on GitHub](/search-github/searching-on-github)"
6262
for a complete list of available qualifiers, their format, and an example of
6363
how to use them. For information about how to use operators to match specific
6464
quantities, dates, or to exclude results, see "[Understanding the search syntax](/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax/)."

0 commit comments

Comments
 (0)