2017-05-11 tools git 清空所有(历史)commit记录 git 清空所有(历史)commit记录例如: 将代码提交到git仓库,将一些敏感信息提交,所以需要删除提交记录以彻底清除提交信息,以得到一个干净的仓库且代码不变 git checkout --orphan tmp_branch ... 阅读全文…
2017-02-11 tools hexo的使用 hexo.io官网 安装git && node npm install -g hexo-cli hexo init blog && cd blog && npm install 新建文章... 阅读全文…