Hacker News new | ask | show | jobs
by tehbeard 3793 days ago
It's a pebkac issue. The software is fully capable of having multiple remotes, but it's rarely used that way.
2 comments

Is there an easy config for that? Suppose I want to push to eg github and bitbucket (without sharing my creds with ifttt or similar)? Is a post-receive hook on a local pseudo-master the way to go?
See, for example, here: http://stackoverflow.com/questions/14290113/git-pushing-code...

    git remote set-url --add --push origin git://original/repo.git
    git remote set-url --add --push origin git://another/repo.git
Lol. Nicely put.