Hacker News new | ask | show | jobs
by have_faith 2838 days ago
> no delete support

Yeah that's a show stopper. There's just way too many scenarios where's you need to delete something.

1 comments

For instance if forced by law.
Delete is not (or only very poorly) supported in git as well. For almost all use cases this is correct way.
Perkeep is for single users so the use case to compare with is a private git repo.

If you're not publishing anything, reverting the last change is easy and a rebase isn't that hard.