步骤
首先需要在Gitee仓库建一个项目为spring-boot-guide:
命令
- git init
- git remote add origin 'gitee.com/jacklinnnn/…'
- git pull origin master
- git add .
- git commit -m 'first commit at 2022-05-11'
- git push origin -u -f master
这样就可以将我们的代码提交道远程Gitee仓库了~
首先需要在Gitee仓库建一个项目为spring-boot-guide:
这样就可以将我们的代码提交道远程Gitee仓库了~