I want to modify and view github wikis with local editor like Emacs, and Google Code wikis can be checked out just like code. Is there any way to checkout github wikis? Or i
You can now!
git clone https://github.com/user/project.wiki.git
or if you use ssh
git clone git@github.com:username/project.wiki.git