A micro version control system written in C++ and designed for tracking changes in files and managing project versions efficiently.
Features • Usage • Installing • Dependencies
- Initialization of a repository similar to git
- Adding files to the list of tracked files
- Committing to save the current state of your tracked files
- Viewing the status of the repository (including modified, deleted, and untracked files)
- Viewing logs (including hash, commit message, datetime, and committer information)
cmap h/help
Clone the repository
git clone --recursive https://github.com/xastrix/cmap.git
Generate VS project by premake5
cd cmap && premake5 vs20xx
Launch cmap.sln (Visual Studio Solution File) and compile project by pressing CTRL+Shift+B
- Visual Studio
- Windows SDK
- premake