Open trombonekenny opened 4 years ago
(To document somewhere?)
I moved a GitHub Enterprise repo from the UIUC CS github server to https://github.com/uillinois-community/gitForCourses
The repo didn't have any issues or content outside of git (wikis, projects, etc.) so moving it was as simple as:
1) Making the new repo in the uillinois-community named gitForCourses 2) On a local clone of the GitHub Enterprise repo, running
git remote add public git@github.com:uillinois-community/gitForCourses.git
git push public
Based on the guide at https://stackoverflow.com/questions/54092223/moving-github-enterprise-to-github
https://medium.com/adobetech/how-to-move-your-project-from-github-enterprise-to-open-github-1ca37fe77748 added a few more things, like a tool to move issues (https://github.com/ahadik/git_mover) but that wasn't needed for this project.
(To document somewhere?)
I moved a GitHub Enterprise repo from the UIUC CS github server to https://github.com/uillinois-community/gitForCourses
The repo didn't have any issues or content outside of git (wikis, projects, etc.) so moving it was as simple as:
1) Making the new repo in the uillinois-community named gitForCourses 2) On a local clone of the GitHub Enterprise repo, running
git remote add public git@github.com:uillinois-community/gitForCourses.git
git push public
Based on the guide at https://stackoverflow.com/questions/54092223/moving-github-enterprise-to-github
https://medium.com/adobetech/how-to-move-your-project-from-github-enterprise-to-open-github-1ca37fe77748 added a few more things, like a tool to move issues (https://github.com/ahadik/git_mover) but that wasn't needed for this project.