Skip to content

Daemon to watch a specific git repository and try a pull always that there is a change

Notifications You must be signed in to change notification settings

orelhinhas/watchgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watchgit

Requirements

  • Python 2.7 (not tested in Python 3)
  • python-daemon

Installation

  1. Install dependencies:
apt-get install python-daemon
  1. Clone a repository:
git clone https://github.com/orelhinhas/watchgit.git
  1. Install Watchgit:
./setup.sh

Usage

In /etc/watchgit.conf:

Section [GIT]:

repo_name = is the name of repository
local_repo = where is your project (local, of course)
remote_repo = URL of your repository in GIT

About

Daemon to watch a specific git repository and try a pull always that there is a change

Resources

Stars

Watchers

Forks

Packages

No packages published