Browsing All Posts published on »December, 2011«

Learn Git and stop being one :D

December 29, 2011

0

Well during the linux kernel development Linus Torvalds wasn’t much happy about the version control system used, so that’s how he started to work on git. As he had that background of developing operative systems kind of tools and stuff, he developed this a lot like if it was a file system, and you can […]

Getting your own Public-Private key pair

December 26, 2011

0

First I am asuming that you know what is the use of having Public-Private key pair, if you don’t, well making a long story short it is basicaly used to send messages securely on an non-secure environment such as our so beloved Internet. So to understand this easily we have to see the Public-Private key […]

Eclipse + Git

December 25, 2011

0

Today I would like to talk about how would be one of the best ways to work with a git repository when you are coding. And this way would be using the Egit plugin while you are writting your code in Eclipse. So if you are already familiar with git, the usage of this plugin […]