博客常用命令


hexo new page 名称

hexo new 文章名

hexo cl ==> 清理

hexo g ==> 编译

hexo d ==> 推送到GitHub

hexo s ==> 本地浏览

hexo三连

hexo cl && hexo g && hexo d

暂存本地代码

git stash

代码更新

git fetch --all

代码覆盖

git pull

释放本地代码

git stash pop