A basic version control system
Go to file
Joseph Aquino 768a563bad remove reference to clone command 2026-04-14 06:41:43 +00:00
include fix commands.h 2026-01-02 10:25:55 -05:00
src remove reference to clone command 2026-04-14 06:41:43 +00:00
.gitignore fix commands.h 2026-01-02 10:25:55 -05:00
CMakeLists.txt minor fixes 2025-12-26 01:26:54 -05:00
LICENSE Add license 2025-12-25 07:46:24 +00:00
generate-solution.bat added support for windows 2025-12-26 05:55:04 -05:00
readme.md Update readme.md 2026-04-14 06:41:07 +00:00

readme.md

A small command line app that mimics some of the basic internal commands of git

Build instructions

Requirements

  • CMake
  • On Windows: Visual Studio 2022 or newer
  • On Linux: Make, GCC/Clang

Linux

  • Navigate to project root
  • Configure Cmake project
    cmake -B build
  • Build Cmake project
    cmake --build build
  • The executible will be in the 'bin' folder

Windows

  • Run the 'generate-solution.bat' file
  • Open the Visual Studio solution file that is in the newly created 'build' folder
  • Use Visual Studio to build the project

Version control icons created by See Icons - Flaticon