uillinois-community / uillinois-community.github.io

User-supported documentation for the University of Illinois github service.
6 stars 3 forks source link

Doc: Moving GitHub Enterprise repo to GitHub.com #9

Open trombonekenny opened 4 years ago

trombonekenny commented 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

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.