Github: How do I add my own projects to an "organization" account?

35,285

Solution 1

  • Navigate to the Settings tab of your repository:

enter image description here

  • Scroll down to the Danger Zone and click Transfer:

enter image description here

  • After reading the warnings, provide the name of the repository that you want to transfer and the specific organisation that the repository is going to be transferred to and click I understand, transfer this repository:

enter image description here

  • Done! You 'll then be notified that you action will take effect in a few minutes:

enter image description here

For more details, you can always refer to the official documentation.

Solution 2

In the updated github UI all you need to do is go to your project and click "Fork" and then it will ask you if you want to fork into an organization that you are an admin of.

Way simple, just not easy to find.

Share:
35,285
cboettig
Author by

cboettig

I am a researcher in theoretical ecology and evolution. My work focuses on regime shifts and draws from many disciplines, including mathematics, computer science, economics, and physics. I'm particularly interested in open science, active learning, big data, web tools, R, high performance computing. Visit my open lab notebook for more information on what I do.

Updated on December 21, 2020

Comments

  • cboettig
    cboettig over 3 years

    I have started collaborating on a series of projects with several developers on github, and we recently created an organization with it's own "organization" type account on github. I see that I can fork repositories of my collaborators into the organization account using the usual fork menu, but of course I cannot fork my own account.

    What is the expected workflow to import my existing repositories into the organizational account? (I presume I could fork projects hosted by the other members, but not my own?)