简易操作说明

62 字
1 分钟
简易操作说明

最常用:更新博客#

Terminal window
cd D:\blog\Firefly
git add .
git commit -m "update blog"
git push
汇总
cd D:\blog\Firefly
git add .
git commit -m "update blog";git push

如果 push 失败,再用这个#

Terminal window
git pull --rebase origin master;git push

本地预览#

Terminal window
pnpm dev

检查有没有改动#

Terminal window
git status

评论区

Profile Image of the Author
Finnlyer
二次元计算机爱好者,记录学习笔记、技术教程、折腾日常、购物分享和一些不定期思考。

文章目录