Sha256: 021d8d93a92f8e6ba78a757ee3a36a7f60f74b31ea43087f7a7ff680378cc3a6

Contents?: true

Size: 888 Bytes

Versions: 1

Compression:

Stored size: 888 Bytes

Contents

# GitOcd

GitOCD watches a git repo for changes and automatically commits/pushes those changes.

GitOCD is a terrible idea, well-executed. Have you every wanted your local repo to stay in sync with a remote repo, but you found the whole 'git add', 'git commit', 'git push' cycle was wearing you out? Simply run `git_ocd repo_path` and anytime you save a file in the repo, it'll automatically add, commit, and push the changes.

**What could possibly go wrong?** :)

## Installation

To install, just run:

    gem install git_ocd

## Usage

To use, just run:

		$ git_ocd some_path

To see options (such as delay timing), just run `git_ocd --help`.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git_ocd-0.1.2 README.md