Hacker News new | ask | show | jobs
by kstrauser 2055 days ago
For other uses, I’ve defined cronjobs similar to:

  0 0 * * * cd /foo; git add -A && git commit -m $(date) && git push
Voila! Nightly snapshots pushed to another server.