我可以像 git 仓库一样检查 github wiki 吗?

我想用 Emacs 这样的本地编辑器修改和查看 github wiki,Google Code wiki 可以像代码一样检出。有没有办法查看 github wiki?还是有其他 Git 存储库提供商提供这样的特性?

23461 次浏览

You can't check out the wiki but you can set up a website that you can checkout and edit that gets regenerated on a push.

They call it GitHub Pages. Admittedly, not the same as a wiki though.

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