Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 731 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 731 Bytes

Local-Version-Control-System

Project is a implementation local version control system like a "git".

Build

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

Supported command

  • init
  • add
  • cat-file
  • commit
  • hash-object
  • status
  • ls-files
  • diff
  • ls
  • cd
  • pwd
  • help

Third party libraries