Project is a implementation local version control system like a "git".
For building using VS 2019:
- Open solution file
- Properties->C/C++->General->Additional Include Directories - setup path to boost header library.
- Properties->Linker->Input - setup path to boost lib.(Necessary files can be found in "lib" folder project)
- Use Build
- init
- add
- cat-file
- commit
- hash-object
- status
- ls-files
- diff
- ls
- cd
- pwd
- help