Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Transfer a repository from one user account to another user account

Tags:

git

github

I have two accounts on GitHub. I want to transfer one of my repositories from one account to another. I don't want to fork the repository, but to completely transfer its ownership. How can I do that?

like image 437
Achilles Avatar asked Dec 26 '22 19:12

Achilles


1 Answers

Go to your repository's settings (not your account settings), scroll down (under options) until you see a panel entitled Danger Zone.

enter image description here

For more info, see Transferring a repository owned by your personal account.

like image 80
ddavison Avatar answered Jan 05 '23 15:01

ddavison