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
- Host: GitHub
- URL: https://github.com/ilovenooodles/df-vcs
- Owner: IloveNooodles
- Created: 2022-07-14T18:12:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T16:14:18.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T08:44:40.488Z (over 1 year ago)
- Topics: bash, version-control
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
