Tag: Github
Moving Gaia Sky to GitLab
In light of the new GitHub acquisition by Microsoft
GitHub to GitLab
I’ll shortly be moving the Gaia Sky repository from GitHub to GitLab (link here) due to the former being acquired by Microsoft.
If you have cloned the repository and wonder how to update your remote reference, here’s what to do:
$ cd path/to/gaiasky
$ git remote set-url origin https://gitlab.com/langurmonkey/gaiasky
That’s all it takes. All pulls from now on should be directed to the gitlab repo.