@eliotberriot I've never understood why someone hasn't written a program that autosyncs your git repo with a bunch of online repositories run by different people. Then Github and Bitbucket and X would all need to collaborate to screw with your stuff.
@eliotberriot Right, but it seems a logical extension of gits decentralized nature, doesn't it?
@Canageek it is needed, yes. It does not mean it's an easy problem to solve though ;)
@eliotberriot Or it would be solved already.
@Canageek the difficulty is not about syncing git repositories. Git itself is pretty much decentralized by nature and designed to handle that.
But federating issues and pull requests, and authorizations, and so on... Well, that's not that easy.