8 Jan 2011

Finally getting into git

After few weeks, I'm finally completely sold on GIT. Coming from the subversion world, i agree that I'm like 3 years late to the party, but my focus has been on other things.

For now, the 2 main features that are making it a deal breaker:
  • It's a distributed system: this adds a lot more flexibility, and if you really want you can still use it as a client/server system.
  • the staging area allows to work on a single context (branch) for different phases. No need for tmp files (which i use to do quite often with SVN).

Can't wait to use it more and discover more stuffs.