Hexo-nexT博客搭建-Hexo优化-备份技巧
推荐先阅读
:【2022教程全】Hexo博客 + nexT主题
cd 博客目录下,git init
将博客初始化成一个git项目,
然后在GitHub上创建一个空仓库
然后cd博客目录下,git remote add origin <空仓库地址>
绑定本地仓库与刚刚新建的github仓库
cd ~
到用户目录下,
主要命令为: git add .. && git commit -m "update" && git push -f
: 将你的本地仓库内容合入刚刚新建的GitHub仓库
也可以参考: 加速部署,设置一个快捷命令