Last week I wrote about Git, Today, I installed git on my ubuntu. its fairly simple
And then, since I am from SVN, I could directly use this svn to git tutorial. CVS users should also be able to comprehend this as it is not much different from SVN.
Git is, for now, a CLI user's paradise. There is an eclipse plugin (in its snail pace development), which ironically needs a hell lot of process to get to install. But if you are like me, like more cli, get gitting© !! ;)
sudo apt-get install git git-core
And then, since I am from SVN, I could directly use this svn to git tutorial. CVS users should also be able to comprehend this as it is not much different from SVN.
Git is, for now, a CLI user's paradise. There is an eclipse plugin (in its snail pace development), which ironically needs a hell lot of process to get to install. But if you are like me, like more cli, get gitting© !! ;)