Jump to content

Git Gets Demystified and Subversion Control

- - - - -

6 replies to this topic

#1
linuxtechie

Quote

Summary: Distributed version control systems (DVCSs) offer a number of advantages over centralized VCSs, and for Subversion users looking to explore this model, Git is a great place to start. Using Subversion as a baseline, this first of two articles shows how to install Git, set up a remote repository, and begin using basic Git commands.

Would recommend a read: Git for Subversion users, Part 1: Getting started

I on my part love GIT, but sigh the corporate world :@!

~LT

#2
vishalrao

some more links for reading:
The Git Parable
git rebase: keeping your branches current James Bowes

i also want to get comfortable with git since its getting hot these days :)

edit: also amusing and informative wikipedia page about how git came into existence: http://en.wikipedia....i/Git_(software) thanks to none other than torvalds himself...

#3
hammerhead

Huh, what exactly is different in Git? I use tortoise SVN in my office.

#4
linuxtechie

hammerhead said:

Huh, what exactly is different in Git? I use tortoise SVN in my office.

Hmmm first thing, yup apart from being a VCS, its a distributed one unlike svn and that makes it a real beauty. For my own usage, I end up doing a combination of Perforce + CVS to behave in a crude manner what git does. So yeah git is much better than SVN.

I would suggest going through the rant of Torvalds as why he wrote GIT. I believe he gave the rant at Google in front of all the techies and made them feel wimpy about there usage of SVN. Thats an excellent video.

~LT

#5
roadrippersid

used GIT with rails..

#6
vishalrao

linuxtechie said:

I would suggest going through the rant of Torvalds as why he wrote GIT. I believe he gave the rant at Google in front of all the techies and made them feel wimpy about there usage of SVN. Thats an excellent video.

heh, is this the video with the rant? :D

4XpnKHJAok8

Quote

Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago.


#7
linuxtechie

^^ Ohh yeah it was like someone was slapping again and again, yet folks were still willing to let it go on.

~LT