Neat! You found every TIL snippet that I have written about fossil.
(Fossil is a free and open source, simple, high-reliability, distributed software configuration management system with some cool features like a built-in Web interface. Learn more.) …
Since Fossil is backed by an SQLite database, we can use tools like Datasette to explore and interact with the fossil
data. …
The Fossil docs have a guide on mirroring a Fossil repository with GitHub. First things first: fossil offers SQLite-based distributed version control and a bunch of other cool features. I followed the guide to get the git export
functionality working. I build on the guide by: …