Hexo

打包并推送到远程仓库

1
$ hexo clean && hexo g && git add . && git commit -m 'change' && git push origin master
阅读更多