Hacker News new | ask | show | jobs
by marcofiocco 304 days ago
What about versioning of files?
1 comments

The tool has built-in versioning. Each file gets a unique SHA-256 hash on storage (automatic versioning), you can update metadata to track version info, and use collections/snapshots to group versions together. I have been using the metadata to track progress and link code snippets.