← Back to context

Comment by greenhatman

8 years ago

This is also why I put my documentation in markdown files in the repo instead of using the Github wiki. I knew it would save me hassle later.

Wikis on Github are cloneable as normal repos: just use project.wiki.git instead of project.git in the clone URL.

  • Still one step too much making it harder to migrate. Should've been a directory in a repo, default to `wiki` or whatever and configurable to something else.