Using Fossil (work in progress)

Fossil is a source control system similar to git. Of course there are differences else you could use git ;).

I am currently experimenting with it. It looks to be easier to handle for me as beginner and as it is database based all files are saved in one database file which I can probably distribute and backup easier.

You can download it here:
Fossil: Fossil Quick Start Guide (fossil-scm.org)

There is a Visual Studio Code plugin for fossil.
Fossil - Visual Studio Marketplace

As Fossil is a single executable I copy it into the same path where my git.exe resides.