1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/github/setting-up-and-managing-your-github-user-account/merging-multiple-user-accounts.md
Emily Gould 5a20716c7e Restructure and move Git content (#18336)
* Rename map topic

* Delete map topic

* Rename map topic

* Add redirect

* Remove last two map topics

* Move article on adding a remote into a long-form guide

* Move article on changing a remote's URL

* Move articles on renaming and removing remotes

* Move remote URL article

* Fix typo

* Remove category index file

* Move a few articles to the new category

* Move a few more files

* Move managing remote repos article

* Move the rest of the getting started with git map topic

* Move the first half of the using git map topic

* Move the rest of the articles and 🔥 the directory

* Fix failing test

* Remove Using Git from product index

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-03-25 14:42:36 -05:00

1.1 KiB

title, intro, redirect_from, versions, topics
title intro redirect_from versions topics
Merging multiple user accounts If you have separate accounts for work and personal use, you can merge the accounts.
/articles/can-i-merge-two-accounts/
/articles/keeping-work-and-personal-repositories-separate/
/articles/merging-multiple-user-accounts
free-pro-team
*
accounts

{% tip %}

Tip: We recommend using only one user account to manage both personal and professional repositories.

{% endtip %}

  1. Transfer any repositories 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 in any local clones of the repositories that were moved.
  3. Delete the account you no longer want to use.

Further reading