I currently use Assembla for my git hosting. I want to move my git repository to github hosting. I have never done this before - what is the process? Obviously, I want to keep all my previous commits/changes, etc...
Thanks.
|
|
Pull your repository to a local location using Then create a new repository on github.com, remove the old remote and add the new remote:
|
|||||
|
|
First, create a new (empty) repository in GitHub - say Test Next, Clone from Assembla ( if not already, or Finally, do the following:
(basically, remove the remote pointing to assembla and create new one to github and push to it. These instructions are same as the one provided to you by GitHub once you create a new repo.) |
|||
|
|
|
Actually, to ensure you get everything you should use the commands at the end of this guide |
|||
|
|