15 June 2018

After the recent announcement from Microsoft, I decided to move bit forward and migrate from GitHub to another platform.

There are two most notable - GitLab and BitBucket. I did not decide which one to use, I tend to GitLab little more. But their account creation confirmation email arrived later that the one from BitBucket :-)

No, I’m joking. It was too late, because during registration on BitBucketI realized, that I already have account with one repository inside.

Migration itself from GitHub was as simply as to paste repository URL into Import repository wizard. This was the simple part. You need to change remote origin in repositories cloned on a local machine. And it is as simple as setting new origin…​

git remote set-url origin git@bitbucket.org:xpjninja/wemos-weather-simple.git