Git Product home page Git Product logo

autovrsion's Introduction

Code Climate

Autovrsion

A command line tool for simple automatic versioning of files using Rugged and Listen.

Pre-requisities

Install Git
command: $ sudo apt-get install git

Install Ruby
links for downloading and installing ruby :
https://www.ruby-lang.org/en/downloads/
https://www.ruby-lang.org/en/installation/

Installation

Add this line to your application's Gemfile:

gem 'autovrsion'

And then execute:

$ bundle

Or install it yourself as:

$ gem install autovrsion

Usage

$ autovrsion <command>

for working on current directory

$ autovrsion <command> </path/to/your/directory>

for working on a specific directory

Commands:

  1. create - used to create a new git repository or re-initialize an existing one.
  2. start - start listening to file system changes and auto commit any change.commits would be created after every file addition, modification and/or deletion.
  3. display - display the versions in the repository.
  4. check - access a particular version.
  5. reset - used after the check command, it resets to the latest version in the repository.
  6. rewind - permanently rewind to a previous version(WARNING! any changes after the rewound version are permanently lost)

Command Usage

$ autovrsion create
or
$ autovrsion create /path/to/repository

$ autovrsion start 
or
$ autovrsion start /path/to/repository

$ autovrsion display
or
$ autovrsion display /path/to/repository

$ autovrsion check
or
$ autovrsion check /path/to/repository 

$ autovrsion reset
or
$ autovrsion reset /path/to/repository

$ autovrsion rewind
or
$ autovrsion rewind /path/to/repository

autovrsion's People

Contributors

shaunakpp avatar

Watchers

James Cloos avatar Prakhar Sapre avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.