On GitHub, can I fork just a wiki?

前端 未结 5 960
南旧
南旧 2020-12-25 12:02

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.

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-25 12:47

    If you're making your own wiki that others would be interested in forking, you could do something like we did for the RailsConf 2012 wiki.

    We made a local clone of the wiki and then did git push --force to the "code" repository. It gets a little out of sync, but that's easy to rectify.

提交回复
热议问题