Why SQLite Does Not Use Git

Costas

Administrator
Staff member
SQLite does not use the Git version control system. SQLite uses Fossil instead, which is a version control system that was specifically designed and written to support SQLite. People often wonder why SQLite does not use the Git version control system like everybody else.

https://sqlite.org/whynotgit.html
 
Top