vversion is a code version control manager (you can think of it as a mini git project)
- this project is written using typescript. if you want to just run it you can copy the js file in you system in any directory
- add this new path of the directory to your PATH env variable
- you can run the commands like vversion "command_name" "command_parameter"
- following commands are supported at this point of time
- init
- status
- add
- commit
- revert
- checkout
- merge
- to know the exact format and use of these command you can look into the code :)