Is git written in C++?

In fact, Git’s original code base – or initial commit – is entirely 100% written in C (besides the Makefile). If you’re familiar with other more modern statically typed languages like Java or C++, you shouldn’t have too many problems reading C code.

Read more