c++windowsgitwinapi

is there an API for GIT (C++ or other languages)


A company asked me to program a GIT wrapper for them.

The people there have absolute no versioning systems experience, but it will be incorporated in their daily routine eventually (through my program).

I'm planning on using VC++ to create a tiny windows applet that will help ppl in this process. Any thoughts on that?

What about a Deamon process checking if people want to commit/push their files?


Solution

  • For almost (but not all!) use cases, libgit2 is the easiest way to interact with Git repositories via code.