Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating initial wiki for new repositories

I'm creating multiple private repositories via GitHub API that should include predefined wiki pages. Wiki pages are handled via a separate git repository.

Unfortunately creating a repository with the has_wiki flag turned on does not set up the wiki repository automatically. The Home document only seems to be created when I click on the Pages section of the wiki in the web front end. Before that there is no wiki clone URL which I need to push my custom pages.

How can I create the wiki programmatically?

like image 691
iltempo Avatar asked Nov 11 '22 03:11

iltempo


1 Answers

You can use bitnami Gitlab server either local or remote. It has all the features you require. Its free and very simple to use.

like image 136
Amol Avatar answered Nov 15 '22 05:11

Amol