Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Fossil V
Search

Fossil V

Creator
Creator
Seonglae Cho
Created
Created
2023 Nov 17 15:7
Editor
Editor
Seonglae Cho
Edited
Edited
2024 Nov 29 21:26
Refs
Refs
Fuel
 
 
 
 
 
 
Why SQLite Does Not Use Git
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.
Why SQLite Does Not Use Git
https://sqlite.org/whynotgit.html
Fossil: Fossil Versus Git
The feature sets of Fossil and Git overlap in many ways. Both are distributed version control systems which store a tree of check-in objects to a local repository clone. In both systems, the local clone starts out as a full copy of the remote parent. New content gets added to the local clone and then later optionally pushed up to the remote, and changes to the remote can be pulled down to the local clone at will. Both systems offer diffing, patching, branching, merging, cherry-picking, bisecting, private branches, a stash, etc.
Fossil: Fossil Versus Git
https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki
 
 
 
 

Backlinks

Fuel

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Fossil V
Copyright Seonglae Cho