我可以结账github维基像git仓库吗? [英] Can I checkout github wikis like a git repository?

查看:100
本文介绍了我可以结账github维基像git仓库吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用像Emacs这样的本地编辑器来修改和查看github维基,并且可以像代码一样检出Google代码维基。有没有办法检出github维基?或者是否有任何其他的git存储库提供者提供这样的功能? 你现在可以!

  git clone https://github.com/user/project.wiki.git 

或者使用ssh

  git clone git@github.com:username / project.wiki.git 


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 is there any other git repository provider offers such feature?

解决方案

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

这篇关于我可以结账github维基像git仓库吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆