📚 All my TILs on fossil

Neat! You found every TIL snippet that I have written about fossil.

Atom feed for fossil

fossil HOWTO (actually) log out of the Fossil UI - 2023-03-18

(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.) …

fossil Explore fossil SQLite database with Datasette - 2023-03-11

Since Fossil is backed by an SQLite database, we can use tools like Datasette to explore and interact with the fossil data. …

fossil Use fossil to automatically push to git - 2023-03-11

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: …