Skip to main content

Home/ dvcs-vs-vcs/ Group items tagged simplicity

Rss Feed Group items tagged

Daniel Jomphe

Some thoughts on Git vs complexity | Javalobby - 0 views

  • Git is "simple" but hard. Subversion is "easy", but eventually complex.Git is *a lot* of features in one tool (think of the 100+ git plumbing commands). Each feature is simple, but learning to use them together is good bit of work. As soon as you've understood the model and you get that Eureka-moment, the tool never fails you, and you find it more and more fun to use the more you learn.
  • Git, on the other hand, is simple: It all boils down to being three kinds of objects in a graph (commits, blobs, trees), and the rest of it are algorithms that work this data-structure.
1 - 1 of 1
Showing 20 items per page