Hacker News new | ask | show | jobs
by chongli 2307 days ago
MacOS has built-in file versioning since Lion. Whenever you save a file, it creates a version. You can browse and restore an old version using the program that created it.

Admittedly, this only works for applications that use the API. For anything in plain text you should probably be using a git repo though.