Skip to content

ivor11/rust-vcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-vcs

A simple version control system implemented in Rust

Features

  • init: Create a new VCS repository.
  • status: Check the status of files (untracked, modified, etc.).
  • commit: Save changes to the repository with a commit message.
  • log: View commit history.
  • checkout: Switch to a specific commit.

About

Simple Version control system in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages