Hacker News new | ask | show | jobs
by reynoldsbd 3538 days ago
You could set up some "failover" upstreams that are mirrored using git's post-receive hooks. Or, you could define a particular git remote to have multiple URL's.

This post explains in greater detail:

http://stackoverflow.com/questions/6882017/git-hook-post-rec...