How does an open source project be hosted on multiple versions of the platform Synchronize?

Manual?
is there a primary or secondary?

for example,

and
https://github.com/zzzeek/sql.
are actually the same thing. Who is the master and who is the second?

besides, there is wiki in bitbucket. I can"t find it on github.


Manual push
No primary or secondary


these things should be left to CI to do, for example, when github submits the code, it triggers Webhooks, and then dispatches events to CI,CI to pull the github code and Synchronize to other platforms.

once the CI configuration is complete, just submit the code as before.

Menu