Can I checkout github wikis like a git repository? -
I want to modify and look at the local wiki along with the local editor like MiX, and just like the code in the Google code wiki Can be checked. Is there any way to check gitb wiki? Or does another GIT repository provider provide such a facility?
GIT clone https://github.com/user /project.wiki.git
or if you use SSH
git clone git @ github com: username / project Wiki Git
Comments
Post a Comment