I have created a Wiki using the Gitlab web application. But I never have to commit anything to the repository to add the Wiki- it got added automatically.
When I do git pull
in my IDE, nothing gets pulled. I understand that the Wiki is actually a separate repository under the hood, as per the Gitlab Wiki. It even says "If you don’t want to keep your documentation in your repository, but you want to keep it in the same project as your code" - well no, I DO want the documentation in the repo- but not as a long Readme, but as a Wiki that can be browsed by topic.
Can I change it so it will be committed along with the code repository? Or how can I get a wiki-type structure on the web app and still have, say, a wiki/
folder with .md
files for download in the repo?