DamienIrving / climate-analysis

Code used for the analysis and visualisation of climate data during my PhD
MIT License
40 stars 19 forks source link

Moving from Bitbucket to GitHub #1

Closed DamienIrving closed 9 years ago

DamienIrving commented 9 years ago

I'm in the process of moving this repo from Bitbucket to GitHub so that I can use the Mozilla Science Lab code as a research object tool (which only works for GitHub at the moment). This post explains how to do it:

git remote rename origin bitbucket
git remote add origin https://github.com/UserName/RepoName.git
git push origin master
git remote rm bitbucket

It appears that there isn't an easy way to copy issues across, so I'll do that manually.

DamienIrving commented 9 years ago

Done.