- git clone git@github.com:tom-li-520/tom-li-520.github.io.git
- cd tom-li-520.github.io.git
hexo clean && hexo g && hexo d
- 切换到hexo分支:git checkout hexo
- 添加所有更改:git add .
- 提交更改:git commit -m "message"
- 推送到远程的hexo分支:git push origin hexo
npm install hexo-deployer-git --save rm -rf node_modules && npm install --force
git config --global core.autocrlf false