/git

C++ Wrapper Around libgit2

Primary LanguageC++MIT LicenseMIT

git

C++ Wrapper Around libgit2

where?

grok package manager

grok use git

why?

libgit2 is a great library. The intellectual barrier for entry is high, though. There is a lot of cognitive "hot potato" that one needs to play when writing C. It's a good thing, mostly, but we want to ramp developers up for that; the deep end is scary. For that reason, I've decided to write an OOP-ish wrapper around libgit2 with C++ and its STL.

how?

example/main.cpp screenshot of code