On 05/07/12 22:46, Christoph Junghans wrote: > Hi, > > recently it happened to me that the sci overlay on github and o.g.o > got out of sync. > (timcera pushed to github only and I pushed to o.g.o first and then > the push to the 2nd url failed) > > I really think we should autosync them as with more pull request this > situation will get more likely. > > Cheers, > > Christoph > Hi, everybody should add both locations: [remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git+ssh://git@git.overlays.gentoo.org/proj/sci.git pushurl = git@github.com:gentoo-science/sci.git pushurl = git+ssh://git@git.overlays.gentoo.org/proj/sci.git [remote "github"] url = git@github.com:gentoo-science/sci.git and do a "git pull --all". All those who can push to both, should do "push --all". With this there should nearly no overlap. justin