Git vs Fossil
Pros Fossil
- Fossil has protection against committing binary data
- Fossil adds an extra step for adding and deleting files to prevent accidental deletions are secrets leaks.
- Fossil has a single step for commit and push.
Pros Git
- Better support tooling
- lazy git
- gitsigns nvim plugin