Migrate from github enterprise to github.com

前端 未结 2 865
太阳男子
太阳男子 2021-02-20 18:32

We have a few repositories and forks on a trial version of Github Enterprise. I want to evaluate how to migrate from Github enterprise to Github.com (into a paid for organizatio

相关标签:
2条回答
  • 2021-02-20 19:10

    You should be able to use the steps in the linked document in the reverse order as well:

    • Create an empty repository at github.com
    • Create a clone of the enterprise repository on your local.
    • Add github.com as a remote reference on your local clone.
    • Push all references to the github.com repository.
    0 讨论(0)
  • 2021-02-20 19:12

    http://www.alexhadik.com/blog/2016/5/26/migrating-github-repositories-with-gitmover appears to offer a solution: GitMover is "a simple Python script that takes Git repos on any type of GitHub installation, and copies issues, labels and milestones from one to the other. It's the perfect tool to help automate the open-sourcing of an internal project."

    0 讨论(0)
提交回复
热议问题