Skip to content

IloveNooodles/df-vcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeezFeeling Version Control System

Version control system created using bash. this version control will behave like any other version control system and only usable in UNIX like system

Usage

type ./df help to see all commands

Available Commands:

  • init -- init current directory
  • log -- view history of commit
  • commit [message] -- commit changes
  • head [id] -- checkout to commit id
  • help -- help command

Demo

test