from blog.vrplumber.com
4 responses
i see a lot of complaints like this. crappy UI. I think the problem is that git is two things: it is a compressed, content-addressable, versioned filesystem. and it's an distributed version control system built on top of that. the two are not the same thing. and the latter is unimpressive and
complicated while the former is astonishing and badass.
I hadn't conceptually split git into these two parts, but the VMS-like versioned filesystem behaviour of git is what makes the distributed VCS so natural a git fit. Good observation, todd.
yep. the vcs is just one, early applicaiton. there's lot of other cool stuff you could do with that.
Once registered, you can create your own stories. Click on the Post button to get started.