0.0
No commit activity in last 3 years
No release in over 3 years
Guard::Gitpusher automatically runs git commands when watched files are modified.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.2
~> 2.0.0.rc

Runtime

>= 0.2.0
 Project Readme

Guard-GitPusher

Auto upload to Git repository.

Install

Make sure you have guard installed.

Install the gem with:

gem install guard-gitpusher

Add it to your Gemfile:

gem 'guard-gitpusher'

And then add a basic setup to your Guardfile:

guard init gitpusher 

Please use this befor:

git init
git commit -m 'first commit'
git remote add origin [yourrepository].git 
git push origin master