Skip to content

YashSaxena9/git-like-VCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-like-VCS

A simple local Version Control System like git.

Installation steps:

  • locally download this repository (or clone using git)
  • Perform npm install to download needed dependencies
  • Use npm install -g to link this project to global npm packages list
  • Freely use this project in filesystem :)

Dependencies:

Clone the repository:

$> git clone https://github.com/YashSaxena9/git-like-VCS.git

Install the script:

$> cd git-like-VCS
$> npm install -g
or 
$> npm i -g

Docs:

init

Initialize a new .

$> mygit init
Initialized new repository at current/path

commit

Commit changes to the repository.

$> mygit commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published