Skip to content

editing wiki locally

KevNickells edited this page Nov 4, 2023 · 1 revision

What? Or possibly why?

I don't like using web-based interfaces if I can help it. So it turns out it's possible to checkout the git wiki to ones local machine.

In this case the command is git clone git@github.com:nseymoursmith/waterlogged-prototype.wiki.git - which will create a folder like ./waterlogged-prototype.wiki.

From there you can edit the files in your local editor and check them in using git commandline.