Skip to content
/ vcrs Public

version control system (like git) written in rust

Notifications You must be signed in to change notification settings

dwnajdz/vcrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt Text

vcrs

Version control system written in rust.

Usage

  1. Run config and select folders to ignore: cargo run config -i='target .git'.
  2. Init cargo run init.
  3. To make commit type: cargo run commit -t='my simple commit title'. -t means title alternatively use --title=
  4. To see logs type cargo run log
  5. To see the status of changes type cargo run status
  6. If you want to go back to some commit just type: cargo run back -t=dc093dc4-af1e-411a-b41a-42866869615a In -t you type id of commit which you want to go back. You get that id from log.

About

version control system (like git) written in rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages