NYCPHP Meetup

NYPHP.org

[nycphp-talk] git to this presentation

Chris Snyder chsnyder at gmail.com
Mon Mar 30 12:00:08 EDT 2009


2009/3/29  <y2rob at aol.com>:
> yeah, i use git now and it's pretty awesome i must say.
>
> ~rob

The distributed nature of git makes it useful in a number of
situations where svn just isn't appropriate, such as tracking changes
to local configuration files. Since they only apply to the local
machine (and might contain db passwords, app keys, and other sensitive
info) you don't want them being pushed to a central repository.
Nevertheless, it's nice to be able to track changes and roll back if
necessary.

git makes it wonderfully easy to add version control in place, and
then decide later whether you want to add the repository to a central
server or not.

It also seems very compatible with svn-- as in, you can use git to
track local branches and changes, but continue to use svn as the
"master" repository that everything goes into at the end of the day.

It's a bit like OO programming -- hard to explain all the advantages
to someone who hasn't used it, but really quite clear once you start
that "hey this really IS better" in most situations.

Chris Snyder
http://chxor.chxo.com/



More information about the talk mailing list