Hacker News new | ask | show | jobs
by logro 810 days ago
> this is massive overkill

Then just create a few aliases for yourself and forget the rest.

People think that git is complex. It is.

The task it's accomplishing is insanely complicated.

1 comments

Storing a whole bunch of version of a directory, with parent versions, isn't that complicated.

Easily accessing, rearranging, and merging the changes between those versions gets complicated, but git isn't actually very good at those parts!