Migrate from github enterprise to github.com

前端 未结 2 877
太阳男子
太阳男子 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.

提交回复
热议问题