一些github使用技巧

预览html

raw文件

打包下载

归档链接 github.com/repos/:owner/:repo/:archive_format/:ref @see GitHub API

字段 说明
owner GitHub用户名
repo 项目名
archive_format tarball 或 zipball
ref 有效的Git引用,branch、tag、commit

例如:
https://github.com/liumengjun/liumengjun.github.io/tarball/master
https://github.com/liumengjun/liumengjun.github.io/zipball/b16ffbcb8

删除敏感数据

GitHub Pages

  • create a repo named ${your_username}.github.io. more>>