Replace git by database #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of using git to keep a history of the snips, it might be easier and better to just put the content in the database. This way you can just make a tree of snips with a 'parent' reference.
We can also create a 'backend' interface to allow for selecting the storage backend for the snip content.