How can I merge two of my github accounts #49976
Select Topic AreaQuestion BodyI had a personal GitHub account but I recently create a student's account from my student email id to get the benefits, is there any way that I can merge these accounts? |
Replies: 4 comments 5 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Yes, it is possible to merge your personal GitHub account with your student account. GitHub allows you to transfer your personal repositories and settings to your student account, and then close your personal account. Here are the steps to merge your accounts:
Note that when you transfer your personal account to your student account, your commit history and other personal data will not be transferred. Additionally, you will need to update any Git remotes that point to your personal account's repositories to point to your student account's repositories. |
|
Hello, I don't think you had to create a new account to get the student benefits. I also have a personal account but when I registered for the student benefits I just used the student email( when requested for email ) and GitHub gave me an option to make my student account a secondary email, which allowed me to keep my original personal GitHub account but still get the benefits like GitHub Global Campus. You can learn more here: https://docs.github.com/en/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student For assistance I would suggest you log an issue here (to merge account) : https://support.github.com/contact/education?tags=hubberfy_education |
|
This is no help. GitHub will not let me use either of my accounts' primary email addresses to merge to one another. What solution is there? |
Yes, it is possible to merge your personal GitHub account with your student account. GitHub allows you to transfer your personal repositories and settings to your student account, and then close your personal account.
Here are the steps to merge your accounts:
Make sure that your student account has the same email address associated with it as your personal account.
Go to your personal account's settings page and scroll down to the "Danger Zone" section.
Click on the "Transfer account" button and follow the…