An open API service indexing awesome lists of open source software.

https://github.com/ilovenooodles/df-vcs

Version control system created using bash
https://github.com/ilovenooodles/df-vcs

bash version-control

Last synced: 2 months ago
JSON representation

Version control system created using bash

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/63847012/179263515-3890df12-7571-4451-b809-8b427a4340f4.gif)