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

SokratG/Local-Version-Control-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published