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.
Under your repository name, click Settings. Click Transfer. Read the warnings and enter the repository name to confirm that you've done so. Type the name of the new owner and click I understand, transfer this repo.
Pull your repository to a local location using git clone
.
Then create a new repository on github.com, remove the old remote and add the new remote:
git remote rm "assembla remote name"
git remote add origin [email protected]/your_repo_path
git push -u master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With