Hacker News new | ask | show | jobs
by jaequery 4913 days ago
perhaps there maybe a way to somehow sync-up github w/ bitbucket to act as a single master origin. so we can use either or and they'll be synchronized automatically. or some company that can just act as a mirror to github would be great.
1 comments

You can set git up to push to multiple repos.
http://stackoverflow.com/a/3195446 - just set this up on a project the other day to have an "all" origin push to github and heroku.