mirror gitlab wiki to github

故事扮演 提交于 2019-12-24 00:36:59

问题


We are developing a software on a private GitLab server. Nobody from outside has access to this server.

Now we somehow have to make our software available for everybody. Our Idea is to mirror the repository to GitHub which should be possible due to some research we did.

We also maintain a wiki in GitLab. Is it also possible to mirror our GitLab wiki pages to GitHub?


回答1:


At Github and Gitlab wikis are repositories with URLs like https://git$b.com/$user/$project.wiki.git so you clone your wiki from Gitlab and push to Github.



来源:https://stackoverflow.com/questions/51169164/mirror-gitlab-wiki-to-github

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!