发布于 2016-08-18 03:21:52 | 97 次阅读 | 评论: 0 | 来源: 网友投递
Github代码托管服务
Github是全球最大的社交编程及代码托管网站,作为开源代码库以及版本控制系统,Github目前拥有140多万开发者用户。随着越来越多的应用程序转移到了云上,Github已经成为了管理软件开发以及发现已有代码的首选方法。
Github 更新一个新功能,能让使用 GitHub Pages 发布网站更加简单。现在你可以在你的代码储存仓中选择源代码,然后GitHub Pages 会在这里寻找上下文。
操作示意图:
使用介绍:
Selecting master branch will publish your site from the master branch. This is useful for repositories dedicated to website content.
Selecting master branch /docs folder will publish from the /docs folder of your master branch. This lets you maintain documentation and code together on one branch, and open source maintainers can accept contributions for both in a single pull request.
点击这里查看官方使用文档。
详细更新说明:https://github.com/blog/2228-simpler-github-pages-publishing