Skip to content

A git based file tracking tool that let's you maintain various versions of files on your disk

License

Notifications You must be signed in to change notification settings

singaltanmay/versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

versions

A git based file tracking tool that let's you maintain various versions of files on your disk

Using versions

Committing a new version

$ versions cm <FILE_NAME>

Screenshot 2021-09-13 at 6 37 03 PM

List all committed versions

$ versions ls <FILE_NAME>

Screenshot 2021-09-13 at 6 39 24 PM

Restore previous version

$ versions rs <FILE_NAME> --tag <TAG_VALUE>

Screenshot 2021-09-13 at 6 41 46 PM

Listing all files being tracked by versions

$ versions ls

Screenshot 2021-09-13 at 6 44 29 PM

About

A git based file tracking tool that let's you maintain various versions of files on your disk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages