zy-xiaoyuer / xyeBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

小芋儿的日积月累~

第一仓库-编写代码

启动:npm run dev

代码推送

git add .

git commit -m ''

git push

--------------------------------

第二仓库-build 后的代码

cd ./docs/.vitepress/dist

git add .

git commit -m ''

git push

git push origin main

cd ../../../

About