Skip to content

Instantly share code, notes, and snippets.

@rodluger
Last active June 20, 2018 15:18
Show Gist options
  • Save rodluger/e897d80a0c44b6ede6f02deea6511c2b to your computer and use it in GitHub Desktop.
Save rodluger/e897d80a0c44b6ede6f02deea6511c2b to your computer and use it in GitHub Desktop.
Migrate from bitbucket to github

Migration to GitHub

Create the empty repo vplanet-dev on GitHub. Then, on your local machine, cd into the vplanet directory and run

git remote rename origin bitbucket
git remote add origin https://github.com/VirtualPlanetaryLaboratory/vplanet-dev.git
git push origin master
git remote rm bitbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment