canpolatM to GitEnglish · 1 year agoWhy SQLite Does Not Use Gitwww.sqlite.orgexternal-linkmessage-square11fedilinkarrow-up129arrow-down10
arrow-up129arrow-down1external-linkWhy SQLite Does Not Use Gitwww.sqlite.orgcanpolatM to GitEnglish · 1 year agomessage-square11fedilink
minus-squarecsm10495@sh.itjust.workslinkfedilinkEnglisharrow-up3·edit-21 year agolibgit2 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.
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.