On GitHub, can I fork just a wiki?

Owen picture Owen · Aug 26, 2011 · Viewed 10.8k times · Source

If I fork repository joe/foo, and it has a Wiki, I won't get the wiki. Right now I'm just interested in forking the wiki to add pages to it.

  1. Is that possible without forking the repository?

  2. If not, is it possible at all?

Answer

Matt S. picture Matt S. · Aug 26, 2011

You can't fork it directly on GitHub, but you can get Git access to it by going into the Git access tab of the wiki and you should be able to fork it on your local machine and edit it as much as you want (and even get updates to it!)