The purpose of this app is to remind you to push your code before you shut your macbook and go home, it may be that other people depend on it or your harddrive dies on the way home...
npm install -g gitmonitor
- setup gitmonitor-server and install gitmonitor-ios
- check section settings
- cd < your git repo you want to monitor >
- gitmonitor install
- scan qrcode with your gitmonitor app
- add .gitmonitor to your .gitignore file if you want to
- set the serverurl via
export GITMONITOR_SERVER=http://myserverurl
in your bashrc , otherwise it will point to dockerhost.dev:3000
- gitmonitor-server
- gitmonitor-ios
- mac osx cronjobs
- nodejs under /usr/local/bin/
- a valid git-repo to monitor
Tested on Mac OSX 10.10.5 & node 4.2.2
- write more tests
- make update interval flexible / currently 1x minute
- clean up tests properly on error
- handle rename of folder
- fix travis problem
feel free to send me PRs for the open todos, or come up with other suggestions and improvements
MIT