An editable wiki for our projects Pushing to romm.wiki We use submodules to manage the wiki content. To push changes to the wiki, you need to commit and push changes in the submodule directory. cd romm.wiki git add . git commit -m "Update wiki content" git push