Project

git_ocd

0.0
No commit activity in last 3 years
No release in over 3 years
GitOCD watches a git repo for changes and automatically commits/pushes those changes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.3
>= 0
>= 0
>= 0

Runtime

~> 2.4.1
~> 1.3.1
 Project Readme

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