Friday 5 February 2016

Repo moved to GitHub

The repository at googlecode was moved to GitHub since googlecode was closed for almost all projects. Now everything is at TomasKindahl/sternons. Git is considerably different from subversion, but now I found out how to export my changes from local to the GitHub repo:

$ git do the stuff
$ git commit -m "I did the stuff!"
$ git push origin master
Username for 'https://github.com': LoginName
Password for 'https://LoginName@github.com': ∙∙∙∙∙∙∙∙∙
Räknar objekt: 2, klart.
Delta compression using up to 4 threads.
Komprimerar objekt: 100% (2/2), klart.
Skriver objekt: 100% (2/2), 234 bytes | 0 bytes/s, klart.
Total 2 (delta 1), reused 0 (delta 0)
To https://github.com/LoginName/yourblodyprogram.git
   b0a273a..888b076  master -> master

User hofmannsven has a nice My simply Git Cheatsheet which I read when finding this out.

So far, I've changed the latest links of this blog to point to the relevant page on GitHub, but most links herefrom still points to googlecode which is empty. Sorry for all inconveniences!