user7431005
user7431005

Reputation: 4547

mirror gitlab wiki to github

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?

Upvotes: 2

Views: 1653

Answers (2)

Hadi Mir
Hadi Mir

Reputation: 5133

You can use Github Wiki or you can also use Github Pages, you can restrict access to your project site by publishing the site privately.

Upvotes: 0

phd
phd

Reputation: 95028

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.

Upvotes: 3

Related Questions