Hacker News new | ask | show | jobs
by Dylan16807 5110 days ago
Git simpler? I really don't see how. SVN is focused on having one branch, canonical copy on the server, and you have two big buttons to pull down the newest updates to your copy and also to put your own updates into the master.
1 comments

That seems intuitive because you're used to such a workflow. As someone who started out with git and then learnt about SVN, I found the non-distributed approach somewhat puzzling and limiting.
I've used git much more than SVN. SVN's model is definitely limiting but it's very simple.