sfgeorge / gitpoll

Monitor remote git repositories for new commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitpoll - monitor git repos for new commits

gitpoll is a simple bash script that will alert you when new commits have been pushed to repositories of interest. The changes are merely fetched, which allows you to merge them with your working tree at will.

Setup

  1. Create your ~/.gitpoll config to tell gitpoll which repositories to monitor:
    repositories=(~/Code/hello-world ~/Code/project-awesome ~/Code/secret-weapon)

  2. /path/to/gitpoll

About

Monitor remote git repositories for new commits