
Originally Posted by
zewish
Hey there.
Git is absolutely the way to go in the future. I've used Git on a user level (commits) and it's the best. It's faster than SVN, and VSS is nothing compared to it. Also it is safer than most of the VCS systems I've ever used, and I've used a lot :)
Hi zewish,
Thanks for the information.
Can you elaborate more on what you mean by git being safer that most other VCS systems you have used?
Thanks
------------------------Post auto merged------------------------

Originally Posted by
maverick2001
I have not used Git, only VSS, SVN and TFS.
What I have heard is that Git is a decentralized code repository. Meaning, each developer will have a copy of the entire code repository on their local drive. How checkins and merges are handled, I am not sure.
Also, I think it was written by the guy who wrote Linux.
Hi maverick2001,
With the concept of decentralized repository, even I wonder how merges work in cases where several developers might be involved on open source projects where there is a real possibility of multiple people modifying the same files/lines without realizing the others might be working on the same files.
Yes, I remember reading somewhere that Git is created by Linus Torvalds. This is one of the reasons why I wanted to find the opinion of people who have used git instead of relying on articles that state that Git is good because Linus Torvalds created it.
Thanks