19
votes
Why is git better than Subversion?
http://whygitisbetterthanx.com/#svn - The site outlines the various pros and cons of git vs another SCM.
Briefly:
…
10
votes
Git or SVN for Rails app?
I'd say go for Git. Mostly because I'm biased, but also because you don't need to setup any sort of server with Git, you just git init and go. …
4
votes
Subversion: stage files to commit explicitly?
An alternative method would be to use the git-svn bridge at work, unless there are reasons as to why you can't. No one but you will have to know that you're actually using Git. This way you get all …
