【Git使用】在idea中上传springboot+vue项目至gitee

1.在根目录下创建本地仓库  git init

2.添加所有文件到 Git 仓库  git add .

3.提交代码  git commit -m "Initial commit with both Spring Boot backend and Vue frontend"

4.连接本地仓库

5.推送代码到 Gitee  git push -u origin master

 

你可能感兴趣的:(Git使用教程,intellij-idea,vue.js,gitee)