Open kpathakota opened 3 years ago
Fossil might be a good solution for this. https://fossil-scm.org/home/doc/trunk/www/index.wiki A single file version control system based on SQLite that can be run as a local server, or a client to keep the data local. There is also already a VSCode Extension to support it. https://marketplace.visualstudio.com/items?itemName=koog1000.fossil
User Story
As someone who wants to backup their repo and share it with others but not deal with the vagaries of Git, I'm able to have my notes auto-save with revision history to a database.
Tasks/Related Issues
RFC/Design
TBD