# libgit2cpp **Repository Path**: mirrors_berkus/libgit2cpp ## Basic Information - **Project Name**: libgit2cpp - **Description**: C++ wrapper for libgit2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libgit2cpp ========== C++ wrapper for libgit2 Building libgit2cpp - Using CMake ================================= $ mkdir build && cd build $ cmake .. $ make Testing ======= $ cd build $ ./test.sh [path_to_libgit2_testrepo] e.g. $ mkdir build && cd build $ cmake .. $ make $ ./test.sh .. ../../libgit2/tests/resources/testrepo.git