https://github.com/frimik/gitcommitter
Git commit -a from cron ...
https://github.com/frimik/gitcommitter
Last synced: 3 months ago
JSON representation
Git commit -a from cron ...
- Host: GitHub
- URL: https://github.com/frimik/gitcommitter
- Owner: frimik
- Created: 2013-05-31T19:09:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T19:14:51.000Z (about 12 years ago)
- Last Synced: 2025-01-20T07:13:28.622Z (4 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitcommitter
============Git commit -a from cron ...
Usage
-----Put in cron like this for example:
```
*/15 * * * * (cd /var/tmp && /root/gitcommitter /etc) >/dev/null
*/5 * * * * (cd /var/tmp && /root/gitcommitter /var) >/dev/null
```You'll need to first init a repo, add files you want to track and also add the
remote to where it needs to push...