27
Why SQLite Does Not Use Git
(www.sqlite.org)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
It's also an environment of weird verbosity. Try using libgit2 to do a clone, checkout, commit, push. It's rediculous.
The cli abstracts it at least. But idk why the preference seems to be uber verbosity. We can have that verbosity and macros but nope.
What do you mean by verbosity? Are the commands long or is the command output long?
libgit2 is a library that folks use to implement git functionality inside of their applications. Writing the equivalent code via libgit2 to those standard git cli operations tend to be rather long and verbose compared to the one line cli commands.