Saturday, July 23, 2011

Initiation to GitHub

I was feeling very ignorant because I have never used Git.

Here instructions on how to setup a GitHub client

First I educate myself on Git here.
It's conceptually very clear.

This video is awesome:


I install Git For Windows and follow the tutorial to check in a README file.
Things go smoothly, the only funny thing is that "commit" doesn't actually push data to the GIT server, you must issue "git push origin master" to see changes reflected in the GIT Web Console.

So now I got my GIT initiation and I can boast about it :o)

No comments: