- 安装基本的 vite react 2) 创建一个新的 github repo
echo "# deployment_demo" >> README.md git init git add . git commit -m "first commit" git branch -M main git remote add origin https://github.com/peilutu/deployment_demo.git git push -u origin main
当做了修改时,只要: git add . Git commit -m “changes” Git push 就好了!