Why not use Git?
Posted
by Tom R
on Stack Overflow
See other posts from Stack Overflow
or by Tom R
Published on 2010-02-14T21:12:25Z
Indexed on
2010/05/18
2:11 UTC
Read the original article
Hit count: 393
A lot of people like git (in particular this guy) against other SCMs such as SVN, but many projects, even new ones, are set up using alternative SCMs. Furthermore, Google Code still does not support it (although many of their large open source projects use it).
My question is: what are the reasons for not using git in any project, whether it be personal or collaborative? Maybe I've just been brainwashed by this guy, but I can't see any area in which other SCMs excel over git.
© Stack Overflow or respective owner