git - GitLab to GitHub / Bitbucket mirroring -


i want mirror repository gitlab github without duplicating it.

so want read-only mirror existing in github automatically updates work in 'origin' gitlab repository hosted on gitlab.com

how go setting , keeping in sync?

to further add this, how add mirror on bitbucket?

you can add multiple remote using git remote add your-github-url, , write crontab push github gitlab once day.

repeat same bitbucket.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -