Its all about Ruby On Rails
Git – Fast Version Control System
Git is getting popular in Rails community these days, as there were being many changes in rails to support Git.
Git is a open sourse fast version controller system. It was originally designed by Linus Torvalds to handle large projects. It was inspired by Monotone & BitKeeper. It is a distributed version controlling system. It gives you ability to commit, traverse into history while being offline. Actually every working copy of Git is a full-fledged repository. It has no central server like SVN. One can share his working-copy/repository by using various protocols like ssh, http, ftp etc. One thing I like about Git over SVN is that the size of Git’s repository, which is smaller compared to SVN.
I gave an introductory presentation in VinSol. I am sharing it with you, this is not very explanatory as I focused on speech more. Please share your views.
| Print article | This entry was posted by Akhil Bansal on February 15, 2008 at 12:41 am, and is filed under git, scm, vcs. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

about 2 years ago
Hey Akhil,
Thanks for sharing this informative presentation.
-
sur
about 2 years ago
Akhil, See slide number 38.
You might want to change that now
about 2 years ago
Absolutely,
I’ll update it soon